Tomato

#FB6D50

Red

Color Codes

All color formats for development

HEX
#FB6D50
RGB
rgb(251, 109, 80)
HSL
hsl(10, 96%, 65%)
OKLCH
oklch(0.704 0.18 33.2)
CMYK
cmyk(0%, 57%, 68%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.84:1

AA AAA

On Black Background

7.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF2
100
#FEE2
200
#FEC9
300
#FD9F
400
#FB6D
500
#FA43
600
#DC28
700
#AF20
800
#7D17
900
#500F
950
#3209

Shades

Darker variations

1#FB5130
2#FA360F
3#E32A05
4#C32404
5#A21E03
6#821803
7#611202
8#410C01
9#200601

Tints

Lighter variations

1#FC7B62
2#FC8A73
3#FD9985
4#FDA796
5#FDB6A8
6#FEC4B9
7#FED3CB
8#FEE2DC
9#FFF0EE

Tones

Muted variations

1#F37259
2#EA7861
3#E27E6A
4#D98372
5#D1897B
6#C88F83
7#BF958C
8#B79A95
9#AEA09D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF2
#FFF2F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE2
#FEE2DC
Light backgroundsTable row hoverSkeleton loading
200
FEC9
#FEC9BE
Secondary backgroundsInput backgroundsDividers
300
FD9F
#FD9F8C
BordersInactive statesPlaceholder text
400
FB6D
#FB6D50
Disabled statesSecondary iconsMuted text
500
FA43
#FA431E
Primary brand colorCTAsActive elementsLinks
600
DC28
#DC2804
Hover statesFocus ringsPrimary buttons hover
700
AF20
#AF2004
Active/pressed statesDark mode accentsSecondary text
800
7D17
#7D1703
Text on light backgroundsHeadingsStrong borders
900
500F
#500F02
Primary textHigh emphasis contentDark headings
950
3209
#320901
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tomato-50: #FFF2F0;
  --tomato-100: #FEE2DC;
  --tomato-200: #FEC9BE;
  --tomato-300: #FD9F8C;
  --tomato-400: #FB6D50;
  --tomato-500: #FA431E;
  --tomato-600: #DC2804;
  --tomato-700: #AF2004;
  --tomato-800: #7D1703;
  --tomato-900: #500F02;
  --tomato-950: #320901;
}
Generate More ShadesCreate PaletteConvert Color