Tomato

#F5566B

Red

Color Codes

All color formats for development

HEX
#F5566B
RGB
rgb(245, 86, 107)
HSL
hsl(352, 89%, 65%)
OKLCH
oklch(0.672 0.194 16.4)
CMYK
cmyk(0%, 65%, 56%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.27:1

AA AAA

On Black Background

6.43: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#F33750
2#F21835
3#DB0D28
4#BC0B23
5#9D091D
6#7D0717
7#5E0511
8#3F040C
9#1F0206

Tints

Lighter variations

1#F6677A
2#F77889
3#F88998
4#F99AA6
5#FAABB5
6#FBBCC4
7#FCCCD3
8#FDDDE1
9#FEEEF0

Tones

Muted variations

1#ED5E71
2#E56677
3#DD6E7D
4#D57683
5#CD7E89
6#C6868E
7#BE8E94
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
#FBC0C8
Secondary backgroundsInput backgroundsDividers
300
F990
#F9909E
BordersInactive statesPlaceholder text
400
F556
#F5566B
Disabled statesSecondary iconsMuted text
500
F226
#F22641
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C27
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A1F
Active/pressed statesDark mode accentsSecondary text
800
7807
#780716
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D040E
Primary textHigh emphasis contentDark headings
950
3003
#300309
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FEF1F2;
  --tomato-100: #FDDDE1;
  --tomato-200: #FBC0C8;
  --tomato-300: #F9909E;
  --tomato-400: #F5566B;
  --tomato-500: #F22641;
  --tomato-600: #D40C27;
  --tomato-700: #A90A1F;
  --tomato-800: #780716;
  --tomato-900: #4D040E;
  --tomato-950: #300309;
}
Generate More ShadesCreate PaletteConvert Color