Coral
#FA8452
OrangeColor Codes
All color formats for development
HEX
#FA8452RGB
rgb(250, 132, 82)HSL
hsl(18, 94%, 65%)OKLCH
oklch(0.736 0.158 42.8)CMYK
cmyk(0%, 47%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F96D32
2#F85712
3#E14807
4#C13E06
5#A13405
6#812904
7#601F03
8#401502
9#200A01
Tints
Lighter variations
1#FA9063
2#FB9D74
3#FBA986
4#FCB597
5#FCC2A8
6#FDCEBA
7#FDDACB
8#FEE6DC
9#FEF3EE
Tones
Muted variations
1#F1885A
2#E98B63
3#E08E6B
4#D89273
5#D0957C
6#C79884
7#BF9C8D
8#B79F95
9#AEA29D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE6 #FEE6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDD1 #FDD1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBAE #FBAE8D | BordersInactive statesPlaceholder text |
| 400 | FA84 #FA8452 | Disabled statesSecondary iconsMuted text |
| 500 | F861 #F86120 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA46 #DA4607 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD38 #AD3805 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C28 #7C2804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F19 #4F1902 | Primary textHigh emphasis contentDark headings |
| 950 | 3110 #311002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF4F0;
--coral-100: #FEE6DC;
--coral-200: #FDD1BF;
--coral-300: #FBAE8D;
--coral-400: #FA8452;
--coral-500: #F86120;
--coral-600: #DA4607;
--coral-700: #AD3805;
--coral-800: #7C2804;
--coral-900: #4F1902;
--coral-950: #311002;
}