Tomato

#EE4B2B

Red

Color Codes

All color formats for development

HEX
#EE4B2B
RGB
rgb(238, 75, 43)
HSL
hsl(10, 85%, 55%)
OKLCH
oklch(0.639 0.205 33)
CMYK
cmyk(0%, 68%, 82%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.70:1

AA AAA

On Black Background

5.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FCE3
200
#FACB
300
#F6A3
400
#F273
500
#EE4B
600
#D031
700
#A527
800
#761C
900
#4B12
950
#2F0B

Shades

Darker variations

1#EA3713
2#D03111
3#B62B0F
4#9C240D
5#821E0B
6#681808
7#4E1206
8#340C04
9#1A0602

Tints

Lighter variations

1#F05D40
2#F16F55
3#F3816A
4#F59380
5#F6A595
6#F8B7AA
7#FAC9BF
8#FCDBD5
9#FDEDEA

Tones

Muted variations

1#E45234
2#DA583E
3#D15F48
4#C76552
5#BD6C5B
6#B37265
7#AA796F
8#A07F79
9#968682

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE3
#FCE3DE
Light backgroundsTable row hoverSkeleton loading
200
FACB
#FACBC2
Secondary backgroundsInput backgroundsDividers
300
F6A3
#F6A392
BordersInactive statesPlaceholder text
400
F273
#F2735A
Disabled statesSecondary iconsMuted text
500
EE4B
#EE4B2B
Primary brand colorCTAsActive elementsLinks
600
D031
#D03111
Hover statesFocus ringsPrimary buttons hover
700
A527
#A5270D
Active/pressed statesDark mode accentsSecondary text
800
761C
#761C0A
Text on light backgroundsHeadingsStrong borders
900
4B12
#4B1206
Primary textHigh emphasis contentDark headings
950
2F0B
#2F0B04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FEF3F1;
  --tomato-100: #FCE3DE;
  --tomato-200: #FACBC2;
  --tomato-300: #F6A392;
  --tomato-400: #F2735A;
  --tomato-500: #EE4B2B;
  --tomato-600: #D03111;
  --tomato-700: #A5270D;
  --tomato-800: #761C0A;
  --tomato-900: #4B1206;
  --tomato-950: #2F0B04;
}
Generate More ShadesCreate PaletteConvert Color