Coral
#FA7152
RedColor Codes
All color formats for development
HEX
#FA7152RGB
rgb(250, 113, 82)HSL
hsl(11, 94%, 65%)OKLCH
oklch(0.708 0.175 34.2)CMYK
cmyk(0%, 55%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F95632
2#F83C12
3#E12F07
4#C12806
5#A12205
6#811B04
7#601403
8#400D02
9#200701
Tints
Lighter variations
1#FA7F63
2#FB8D74
3#FB9B86
4#FCAA97
5#FCB8A8
6#FDC6BA
7#FDD4CB
8#FEE3DC
9#FEF1EE
Tones
Muted variations
1#F1765A
2#E97B63
3#E0816B
4#D88673
5#D08B7C
6#C79084
7#BF968D
8#B79B95
9#AEA09D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE3 #FEE3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDCA #FDCABF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBA1 #FBA18D | BordersInactive statesPlaceholder text |
| 400 | FA71 #FA7152 | Disabled statesSecondary iconsMuted text |
| 500 | F848 #F84820 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA2D #DA2D07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD24 #AD2405 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C1A #7C1A04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F11 #4F1102 | Primary textHigh emphasis contentDark headings |
| 950 | 310A #310A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF3F0;
--coral-100: #FEE3DC;
--coral-200: #FDCABF;
--coral-300: #FBA18D;
--coral-400: #FA7152;
--coral-500: #F84820;
--coral-600: #DA2D07;
--coral-700: #AD2405;
--coral-800: #7C1A04;
--coral-900: #4F1102;
--coral-950: #310A02;
}