Tomato

#F76555

Red

Color Codes

All color formats for development

HEX
#F76555
RGB
rgb(247, 101, 85)
HSL
hsl(6, 91%, 65%)
OKLCH
oklch(0.688 0.182 28.9)
CMYK
cmyk(0%, 59%, 66%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.02:1

AA AAA

On Black Background

6.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FDE0
200
#FCC6
300
#FA9A
400
#F765
500
#F539
600
#D61F
700
#AA18
800
#7A11
900
#4E0B
950
#3107

Shades

Darker variations

1#F54835
2#F42B15
3#DE200A
4#BE1B09
5#9E1707
6#7F1206
7#5F0E04
8#3F0903
9#200501

Tints

Lighter variations

1#F87466
2#F98477
3#F99388
4#FAA299
5#FBB2AA
6#FCC1BB
7#FDD1CC
8#FDE0DD
9#FEF0EE

Tones

Muted variations

1#EF6B5D
2#E77265
3#DF786D
4#D67F75
5#CE857D
6#C68C85
7#BE928D
8#B69996
9#AE9F9E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F0
BackgroundsSubtle highlightsCard backgrounds
100
FDE0
#FDE0DD
Light backgroundsTable row hoverSkeleton loading
200
FCC6
#FCC6C0
Secondary backgroundsInput backgroundsDividers
300
FA9A
#FA9A8F
BordersInactive statesPlaceholder text
400
F765
#F76555
Disabled statesSecondary iconsMuted text
500
F539
#F53924
Primary brand colorCTAsActive elementsLinks
600
D61F
#D61F0A
Hover statesFocus ringsPrimary buttons hover
700
AA18
#AA1808
Active/pressed statesDark mode accentsSecondary text
800
7A11
#7A1106
Text on light backgroundsHeadingsStrong borders
900
4E0B
#4E0B04
Primary textHigh emphasis contentDark headings
950
3107
#310702
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FEF2F0;
  --tomato-100: #FDE0DD;
  --tomato-200: #FCC6C0;
  --tomato-300: #FA9A8F;
  --tomato-400: #F76555;
  --tomato-500: #F53924;
  --tomato-600: #D61F0A;
  --tomato-700: #AA1808;
  --tomato-800: #7A1106;
  --tomato-900: #4E0B04;
  --tomato-950: #310702;
}
Generate More ShadesCreate PaletteConvert Color