Tomato

#F55669

Red

Color Codes

All color formats for development

HEX
#F55669
RGB
rgb(245, 86, 105)
HSL
hsl(353, 89%, 65%)
OKLCH
oklch(0.671 0.194 17.2)
CMYK
cmyk(0%, 65%, 57%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.27:1

AA AAA

On Black Background

6.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC0
300
#F990
400
#F556
500
#F226
600
#D40C
700
#A90A
800
#7807
900
#4D04
950
#3003

Shades

Darker variations

1#F3374D
2#F21831
3#DB0D25
4#BC0B20
5#9D091A
6#7D0715
7#5E0510
8#3F040B
9#1F0205

Tints

Lighter variations

1#F66778
2#F77887
3#F88996
4#F99AA5
5#FAABB4
6#FBBCC3
7#FCCCD2
8#FDDDE1
9#FEEEF0

Tones

Muted variations

1#ED5E6F
2#E56675
3#DD6E7B
4#D57681
5#CD7E87
6#C6868D
7#BE8E93
8#B6969A
9#AE9EA0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE1
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0C7
Secondary backgroundsInput backgroundsDividers
300
F990
#F9909C
BordersInactive statesPlaceholder text
400
F556
#F55669
Disabled statesSecondary iconsMuted text
500
F226
#F2263E
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C24
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A1C
Active/pressed statesDark mode accentsSecondary text
800
7807
#780714
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D040D
Primary textHigh emphasis contentDark headings
950
3003
#300308
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FEF1F2;
  --tomato-100: #FDDDE1;
  --tomato-200: #FBC0C7;
  --tomato-300: #F9909C;
  --tomato-400: #F55669;
  --tomato-500: #F2263E;
  --tomato-600: #D40C24;
  --tomato-700: #A90A1C;
  --tomato-800: #780714;
  --tomato-900: #4D040D;
  --tomato-950: #300308;
}
Generate More ShadesCreate PaletteConvert Color