Coral
#FA7952
RedColor Codes
All color formats for development
HEX
#FA7952RGB
rgb(250, 121, 82)HSL
hsl(14, 94%, 65%)OKLCH
oklch(0.72 0.167 37.5)CMYK
cmyk(0%, 52%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F96032
2#F84712
3#E13A07
4#C13206
5#A12905
6#812104
7#601903
8#401102
9#200801
Tints
Lighter variations
1#FA8663
2#FB9474
3#FBA186
4#FCAF97
5#FCBCA8
6#FDC9BA
7#FDD7CB
8#FEE4DC
9#FEF2EE
Tones
Muted variations
1#F17D5A
2#E98263
3#E0866B
4#D88B73
5#D08F7C
6#C79484
7#BF988D
8#B79D95
9#AEA19D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE4 #FEE4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDCD #FDCDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBA7 #FBA78D | BordersInactive statesPlaceholder text |
| 400 | FA79 #FA7952 | Disabled statesSecondary iconsMuted text |
| 500 | F853 #F85320 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA38 #DA3807 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD2D #AD2D05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C20 #7C2004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F14 #4F1402 | Primary textHigh emphasis contentDark headings |
| 950 | 310D #310D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF4F0;
--coral-100: #FEE4DC;
--coral-200: #FDCDBF;
--coral-300: #FBA78D;
--coral-400: #FA7952;
--coral-500: #F85320;
--coral-600: #DA3807;
--coral-700: #AD2D05;
--coral-800: #7C2004;
--coral-900: #4F1402;
--coral-950: #310D02;
}