Coral
#FABC52
OrangeColor Codes
All color formats for development
HEX
#FABC52RGB
rgb(250, 188, 82)HSL
hsl(38, 94%, 65%)OKLCH
oklch(0.833 0.14 78)CMYK
cmyk(0%, 25%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9B032
2#F8A312
3#E19107
4#C17C06
5#A16805
6#815304
7#603E03
8#402902
9#201501
Tints
Lighter variations
1#FAC363
2#FBC974
3#FBD086
4#FCD797
5#FCDEA8
6#FDE4BA
7#FDEBCB
8#FEF2DC
9#FEF8EE
Tones
Muted variations
1#F1BA5A
2#E9B863
3#E0B56B
4#D8B373
5#D0B17C
6#C7AF84
7#BFAC8D
8#B7AA95
9#AEA89D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE6 #FDE6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD3 #FBD38D | BordersInactive statesPlaceholder text |
| 400 | FABC #FABC52 | Disabled statesSecondary iconsMuted text |
| 500 | F8A9 #F8A920 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA8C #DA8C07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD70 #AD7005 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C50 #7C5004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F33 #4F3302 | Primary textHigh emphasis contentDark headings |
| 950 | 3120 #312002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF9F0;
--coral-100: #FEF2DC;
--coral-200: #FDE6BF;
--coral-300: #FBD38D;
--coral-400: #FABC52;
--coral-500: #F8A920;
--coral-600: #DA8C07;
--coral-700: #AD7005;
--coral-800: #7C5004;
--coral-900: #4F3302;
--coral-950: #312002;
}