CSS color names · Oranges

Tomato color: hex #ff6347, RGB and HSL

Tomato is the CSS keyword tomato, hex #ff6347, rgb(255, 99, 71), hsl(9, 100%, 64%). It is a medium, fully saturated red in the oranges family. Below: the colors that go with it, its tints and shades, how it reads as text, and a complete interface palette built from it.

CSS name
tomato
Hex
#ff6347
RGB
rgb(255, 99, 71)
HSL
hsl(9, 100%, 64%)
On white
2.95:1 — fails AA; use as a fill, not text
On black
7.13:1 — passes AA for body text
.example {
  color: tomato;          /* keyword */
  color: #ff6347;          /* hex */
  color: rgb(255, 99, 71); /* rgb */
  color: hsl(9, 100%, 64%); /* hsl */
}

What colors go with tomato

Each match keeps tomato's saturation and lightness and rotates only the hue, so the relationship is the wheel's and nothing else. Any of these can be an accent beside tomato as the primary; the harmony guides explain which rule suits which interface.

Complementary

The opposite hue, 180° away — the strongest contrast, best kept to one accent per screen.

#47e3ff

Split-complementary

The two neighbors of the complement, at 150° and 210° — most of the contrast with less tension, and two accents instead of one.

#47ffbf
#4787ff

Triadic

Two hues at 120° and 240° — three evenly spaced signals, the scheme charts and category colors want.

#47ff63
#6347ff

Analogous

The neighbors at −30° and +30° — calm and cohesive, with emphasis coming from weight and size rather than hue.

#ff4787
#ffbf47

Tints and shades of tomato

Tints add lightness toward white; shades remove it toward black. The hue and saturation stay fixed, so every step still reads as tomato — these are the hover, pressed, disabled and surface variants a single brand color needs.

Tints (lighter)

#ff7d66
#ff9784
#ffb1a3
#ffcbc2
#ffe5e0

Shades (darker)

#ff3511
#d92100
#a31900
#6d1100
#360800

A UI color palette built from tomato

The eight semantic roles an interface actually uses, derived from tomato as the primary with the split-complementary rule: secondary and accent rotate around the wheel, and the five neutrals take the hue at lightness steps tuned for light and dark mode. This is the same derivation the palette generator runs — open it there to change the rule, drag the anchors, or export the set as CSS variables.

Light mode
primary
#ff6347
secondary
#47ffbf
accent
#4787ff
background
#fdfcfc
surface
#f7f3f3
text
#221311
muted
#8f5f56
border
#ece1df
Dark mode
primary
#ff6347
secondary
#47ffbf
accent
#4787ff
background
#1b100e
surface
#281815
text
#f6f4f3
muted
#b89994
border
#492c27

Using tomato in an interface

Orange is the classic accent for a blue or teal interface: it is the complement, and it reads as an object rather than a surface. Keep it to buttons, badges and single highlights; as a background it competes with everything on top of it. Whichever role tomato takes, define it once as a token rather than repeating the keyword: the semantic palette guide covers the eight roles, and the guides to complementary, triadic and the other color schemes explain how to weight the matches above.

What is the hex code for Tomato?
Tomato is #ff6347. In CSS the keyword tomato, the hex #ff6347, rgb(255, 99, 71) and hsl(9, 100%, 64%) all paint the same color.
What colors go with Tomato?
Its complement is #47e3ff, the split-complementary pair is #47ffbf and #4787ff, the triadic partners are #47ff63 and #6347ff, and the analogous neighbors are #ff4787 and #ffbf47. In an interface, use Tomato for most colored elements and one of these for a single accent, at roughly an 80/20 split.
What is the opposite of Tomato on the color wheel?
The opposite (complementary) color is #47e3ff, the same saturation and lightness rotated 180° around the HSL wheel. Complementary pairs give the strongest contrast, which is why the complement should be used sparingly rather than at equal weight.
Can I use Tomato for text?
Tomato as text on white has a contrast ratio of 2.95:1, which fails WCAG AA for body text (4.5:1) and for large text (3:1). On black it is 7.13:1, which passes for body text. Use it as text on dark surfaces, or as a fill with dark text on top.

Similar named colors

More oranges

We'd like to use Google cookies to understand how Nodlume is used and to measure our advertising. Nothing loads until you choose, and declining does not affect anything in the app.