Tomato

#FC4F4F

Red

Color Codes

All color formats for development

HEX
#FC4F4F
RGB
rgb(252, 79, 79)
HSL
hsl(0, 97%, 65%)
OKLCH
oklch(0.67 0.21 24.8)
CMYK
cmyk(0%, 69%, 69%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.30:1

AA AAA

On Black Background

6.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8B
400
#FC4F
500
#FC1D
600
#DD03
700
#B003
800
#7E02
900
#5001
950
#3201

Shades

Darker variations

1#FC2F2F
2#FB0E0E
3#E50303
4#C40303
5#A30202
6#830202
7#620101
8#410101
9#210000

Tints

Lighter variations

1#FD6161
2#FD7272
3#FD8484
4#FD9696
5#FEA7A7
6#FEB9B9
7#FECACA
8#FEDCDC
9#FFEDED

Tones

Muted variations

1#F45858
2#EB6060
3#E26969
4#DA7272
5#D17A7A
6#C88383
7#C08C8C
8#B79494
9#AE9D9D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F0
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCDC
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEBE
Secondary backgroundsInput backgroundsDividers
300
FD8B
#FD8B8B
BordersInactive statesPlaceholder text
400
FC4F
#FC4F4F
Disabled statesSecondary iconsMuted text
500
FC1D
#FC1D1D
Primary brand colorCTAsActive elementsLinks
600
DD03
#DD0303
Hover statesFocus ringsPrimary buttons hover
700
B003
#B00303
Active/pressed statesDark mode accentsSecondary text
800
7E02
#7E0202
Text on light backgroundsHeadingsStrong borders
900
5001
#500101
Primary textHigh emphasis contentDark headings
950
3201
#320101
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FFF0F0;
  --tomato-100: #FEDCDC;
  --tomato-200: #FEBEBE;
  --tomato-300: #FD8B8B;
  --tomato-400: #FC4F4F;
  --tomato-500: #FC1D1D;
  --tomato-600: #DD0303;
  --tomato-700: #B00303;
  --tomato-800: #7E0202;
  --tomato-900: #500101;
  --tomato-950: #320101;
}
Generate More ShadesCreate PaletteConvert Color