Tomato

#EB402D

Red

Color Codes

All color formats for development

HEX
#EB402D
RGB
rgb(235, 64, 45)
HSL
hsl(6, 83%, 55%)
OKLCH
oklch(0.624 0.21 30.2)
CMYK
cmyk(0%, 73%, 81%, 8%)

Accessibility

WCAG contrast compliance

On White Background

3.96:1

AA AAA

On Black Background

5.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FCE1
200
#F9C8
300
#F59D
400
#F06A
500
#EB40
600
#CD26
700
#A31E
800
#7515
900
#4B0E
950
#2F09

Shades

Darker variations

1#E72A15
2#CD2613
3#B42111
4#9A1C0E
5#80180C
6#67130A
7#4D0E07
8#330905
9#1A0502

Tints

Lighter variations

1#ED5342
2#EF6657
3#F1796C
4#F38C81
5#F5A096
6#F7B3AB
7#F9C6C0
8#FBD9D5
9#FDECEA

Tones

Muted variations

1#E24837
2#D84F40
3#CF574A
4#C55F53
5#BC665D
6#B26E66
7#A97570
8#9F7D79
9#968583

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE1
#FCE1DE
Light backgroundsTable row hoverSkeleton loading
200
F9C8
#F9C8C2
Secondary backgroundsInput backgroundsDividers
300
F59D
#F59D94
BordersInactive statesPlaceholder text
400
F06A
#F06A5C
Disabled statesSecondary iconsMuted text
500
EB40
#EB402D
Primary brand colorCTAsActive elementsLinks
600
CD26
#CD2613
Hover statesFocus ringsPrimary buttons hover
700
A31E
#A31E0F
Active/pressed statesDark mode accentsSecondary text
800
7515
#75150B
Text on light backgroundsHeadingsStrong borders
900
4B0E
#4B0E07
Primary textHigh emphasis contentDark headings
950
2F09
#2F0904
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FEF2F1;
  --tomato-100: #FCE1DE;
  --tomato-200: #F9C8C2;
  --tomato-300: #F59D94;
  --tomato-400: #F06A5C;
  --tomato-500: #EB402D;
  --tomato-600: #CD2613;
  --tomato-700: #A31E0F;
  --tomato-800: #75150B;
  --tomato-900: #4B0E07;
  --tomato-950: #2F0904;
}
Generate More ShadesCreate PaletteConvert Color