Coral
#FCC04F
OrangeColor Codes
All color formats for development
HEX
#FCC04FRGB
rgb(252, 192, 79)HSL
hsl(39, 97%, 65%)OKLCH
oklch(0.842 0.144 80.2)CMYK
cmyk(0%, 24%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCB42F
2#FBA80E
3#E59603
4#C48003
5#A36B02
6#835602
7#624001
8#412B01
9#211500
Tints
Lighter variations
1#FDC661
2#FDCC72
3#FDD384
4#FDD996
5#FEDFA7
6#FEE6B9
7#FEECCA
8#FEF2DC
9#FFF9ED
Tones
Muted variations
1#F4BD58
2#EBBB60
3#E2B869
4#DAB572
5#D1B37A
6#C8B083
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 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE7 #FEE7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD5 #FDD58B | BordersInactive statesPlaceholder text |
| 400 | FCC0 #FCC04F | Disabled statesSecondary iconsMuted text |
| 500 | FCAE #FCAE1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD91 #DD9103 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B073 #B07303 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E52 #7E5202 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5035 #503501 | 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: #FEF2DC;
--coral-200: #FEE7BE;
--coral-300: #FDD58B;
--coral-400: #FCC04F;
--coral-500: #FCAE1D;
--coral-600: #DD9103;
--coral-700: #B07303;
--coral-800: #7E5202;
--coral-900: #503501;
--coral-950: #322101;
}