Tomato

#FC6C4F

Red

Color Codes

All color formats for development

HEX
#FC6C4F
RGB
rgb(252, 108, 79)
HSL
hsl(10, 97%, 65%)
OKLCH
oklch(0.704 0.182 33.1)
CMYK
cmyk(0%, 57%, 69%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.84:1

AA AAA

On Black Background

7.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF2
100
#FEE2
200
#FEC8
300
#FD9E
400
#FC6C
500
#FC42
600
#DD28
700
#B020
800
#7E17
900
#500E
950
#3209

Shades

Darker variations

1#FC512F
2#FB350E
3#E52903
4#C42303
5#A31D02
6#831702
7#621201
8#410C01
9#210600

Tints

Lighter variations

1#FD7B61
2#FD8972
3#FD9884
4#FDA796
5#FEB6A7
6#FEC4B9
7#FED3CA
8#FEE2DC
9#FFF0ED

Tones

Muted variations

1#F47258
2#EB7860
3#E27D69
4#DA8372
5#D1897A
6#C88F83
7#C0948C
8#B79A94
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
FEC8
#FEC8BE
Secondary backgroundsInput backgroundsDividers
300
FD9E
#FD9E8B
BordersInactive statesPlaceholder text
400
FC6C
#FC6C4F
Disabled statesSecondary iconsMuted text
500
FC42
#FC421D
Primary brand colorCTAsActive elementsLinks
600
DD28
#DD2803
Hover statesFocus ringsPrimary buttons hover
700
B020
#B02003
Active/pressed statesDark mode accentsSecondary text
800
7E17
#7E1702
Text on light backgroundsHeadingsStrong borders
900
500E
#500E01
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: #FEC8BE;
  --tomato-300: #FD9E8B;
  --tomato-400: #FC6C4F;
  --tomato-500: #FC421D;
  --tomato-600: #DD2803;
  --tomato-700: #B02003;
  --tomato-800: #7E1702;
  --tomato-900: #500E01;
  --tomato-950: #320901;
}
Generate More ShadesCreate PaletteConvert Color