Tomato

#F55C24

Orange

Color Codes

All color formats for development

HEX
#F55C24
RGB
rgb(245, 92, 36)
HSL
hsl(16, 91%, 55%)
OKLCH
oklch(0.669 0.199 38.4)
CMYK
cmyk(0%, 62%, 85%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF4
100
#FDE6
200
#FCD0
300
#FAAB
400
#F780
500
#F55C
600
#D641
700
#AA33
800
#7A25
900
#4E17
950
#310F

Shades

Darker variations

1#F1490B
2#D6410A
3#BC3809
4#A13008
5#862806
6#6B2005
7#501804
8#361003
9#1B0801

Tints

Lighter variations

1#F66C3A
2#F77C50
3#F88D66
4#F99D7B
5#FAAD91
6#FBBEA7
7#FCCEBD
8#FDDED3
9#FEEFE9

Tones

Muted variations

1#EA602E
2#E06539
3#D56A43
4#CB6F4E
5#C07458
6#B67962
7#AC7E6D
8#A18377
9#978782

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF4
#FEF4F0
BackgroundsSubtle highlightsCard backgrounds
100
FDE6
#FDE6DD
Light backgroundsTable row hoverSkeleton loading
200
FCD0
#FCD0C0
Secondary backgroundsInput backgroundsDividers
300
FAAB
#FAAB8F
BordersInactive statesPlaceholder text
400
F780
#F78055
Disabled statesSecondary iconsMuted text
500
F55C
#F55C24
Primary brand colorCTAsActive elementsLinks
600
D641
#D6410A
Hover statesFocus ringsPrimary buttons hover
700
AA33
#AA3308
Active/pressed statesDark mode accentsSecondary text
800
7A25
#7A2506
Text on light backgroundsHeadingsStrong borders
900
4E17
#4E1704
Primary textHigh emphasis contentDark headings
950
310F
#310F02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FEF4F0;
  --tomato-100: #FDE6DD;
  --tomato-200: #FCD0C0;
  --tomato-300: #FAAB8F;
  --tomato-400: #F78055;
  --tomato-500: #F55C24;
  --tomato-600: #D6410A;
  --tomato-700: #AA3308;
  --tomato-800: #7A2506;
  --tomato-900: #4E1704;
  --tomato-950: #310F02;
}
Generate More ShadesCreate PaletteConvert Color