Coral
#F7AB55
OrangeColor Codes
All color formats for development
HEX
#F7AB55RGB
rgb(247, 171, 85)HSL
hsl(32, 91%, 65%)OKLCH
oklch(0.799 0.135 67)CMYK
cmyk(0%, 31%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F59C35
2#F48C15
3#DE7B0A
4#BE6909
5#9E5807
6#7F4606
7#5F3504
8#3F2303
9#201201
Tints
Lighter variations
1#F8B466
2#F9BC77
3#F9C488
4#FACD99
5#FBD5AA
6#FCDDBB
7#FDE6CC
8#FDEEDD
9#FEF7EE
Tones
Muted variations
1#EFAB5D
2#E7AA65
3#DFAA6D
4#D6A975
5#CEA87D
6#C6A885
7#BEA78D
8#B6A796
9#AEA69E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEE #FDEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE0 #FCE0C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAC8 #FAC88F | BordersInactive statesPlaceholder text |
| 400 | F7AB #F7AB55 | Disabled statesSecondary iconsMuted text |
| 500 | F593 #F59324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D677 #D6770A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA5F #AA5F08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A44 #7A4406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2B #4E2B04 | Primary textHigh emphasis contentDark headings |
| 950 | 311B #311B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F0;
--coral-100: #FDEEDD;
--coral-200: #FCE0C0;
--coral-300: #FAC88F;
--coral-400: #F7AB55;
--coral-500: #F59324;
--coral-600: #D6770A;
--coral-700: #AA5F08;
--coral-800: #7A4406;
--coral-900: #4E2B04;
--coral-950: #311B02;
}