Coral
#FDC34E
OrangeColor Codes
All color formats for development
HEX
#FDC34ERGB
rgb(253, 195, 78)HSL
hsl(40, 98%, 65%)OKLCH
oklch(0.849 0.146 81.8)CMYK
cmyk(0%, 23%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDB82D
2#FDAD0D
3#E69A02
4#C58402
5#A46E02
6#835801
7#624201
8#422C01
9#211600
Tints
Lighter variations
1#FDC960
2#FECF72
3#FED583
4#FEDB95
5#FEE1A7
6#FEE7B8
7#FEEDCA
8#FFF3DC
9#FFF9ED
Tones
Muted variations
1#F4C057
2#ECBD60
3#E3BA69
4#DAB771
5#D1B47A
6#C9B183
7#C0AE8C
8#B7AC94
9#AEA99D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF3 #FFF3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE9 #FEE9BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FED8 #FED88B | BordersInactive statesPlaceholder text |
| 400 | FDC3 #FDC34E | Disabled statesSecondary iconsMuted text |
| 500 | FDB2 #FDB21C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE95 #DE9502 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B176 #B17602 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E55 #7E5501 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5136 #513601 | Primary textHigh emphasis contentDark headings |
| 950 | 3222 #322201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFFAF0;
--coral-100: #FFF3DC;
--coral-200: #FEE9BD;
--coral-300: #FED88B;
--coral-400: #FDC34E;
--coral-500: #FDB21C;
--coral-600: #DE9502;
--coral-700: #B17602;
--coral-800: #7E5501;
--coral-900: #513601;
--coral-950: #322201;
}