Coral
#FDC04E
OrangeColor Codes
All color formats for development
HEX
#FDC04ERGB
rgb(253, 192, 78)HSL
hsl(39, 98%, 65%)OKLCH
oklch(0.843 0.145 79.9)CMYK
cmyk(0%, 24%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDB42D
2#FDA90D
3#E69602
4#C58102
5#A46B02
6#835601
7#624001
8#422B01
9#211500
Tints
Lighter variations
1#FDC660
2#FECD72
3#FED383
4#FED995
5#FEDFA7
6#FEE6B8
7#FEECCA
8#FFF2DC
9#FFF9ED
Tones
Muted variations
1#F4BD57
2#ECBB60
3#E3B869
4#DAB571
5#D1B37A
6#C9B083
7#C0AE8C
8#B7AB94
9#AEA89D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF2 #FFF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE8 #FEE8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FED6 #FED68B | BordersInactive statesPlaceholder text |
| 400 | FDC0 #FDC04E | Disabled statesSecondary iconsMuted text |
| 500 | FDAE #FDAE1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE91 #DE9102 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B173 #B17302 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E52 #7E5201 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5135 #513501 | Primary textHigh emphasis contentDark headings |
| 950 | 3221 #322101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFFAF0;
--coral-100: #FFF2DC;
--coral-200: #FEE8BD;
--coral-300: #FED68B;
--coral-400: #FDC04E;
--coral-500: #FDAE1C;
--coral-600: #DE9102;
--coral-700: #B17302;
--coral-800: #7E5201;
--coral-900: #513501;
--coral-950: #322101;
}