Coral
#F4AB57
OrangeColor Codes
All color formats for development
HEX
#F4AB57RGB
rgb(244, 171, 87)HSL
hsl(32, 88%, 65%)OKLCH
oklch(0.796 0.132 67.7)CMYK
cmyk(0%, 30%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F29B38
2#F08C19
3#DA7B0E
4#BB690C
5#9C580A
6#7D4608
7#5D3506
8#3E2304
9#1F1202
Tints
Lighter variations
1#F5B368
2#F6BC79
3#F8C48A
4#F9CD9A
5#FAD5AB
6#FBDDBC
7#FCE6CD
8#FDEEDD
9#FEF7EE
Tones
Muted variations
1#ECAA5F
2#E5AA67
3#DDA96F
4#D5A977
5#CDA87E
6#C5A886
7#BDA78E
8#B5A796
9#AEA69E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEE #FDEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE0 #FBE0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8C8 #F8C891 | BordersInactive statesPlaceholder text |
| 400 | F4AB #F4AB57 | Disabled statesSecondary iconsMuted text |
| 500 | F193 #F19327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D377 #D3770D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A85E #A85E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7843 #784308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2B #4D2B05 | Primary textHigh emphasis contentDark headings |
| 950 | 301B #301B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F1;
--coral-100: #FDEEDD;
--coral-200: #FBE0C1;
--coral-300: #F8C891;
--coral-400: #F4AB57;
--coral-500: #F19327;
--coral-600: #D3770D;
--coral-700: #A85E0B;
--coral-800: #784308;
--coral-900: #4D2B05;
--coral-950: #301B03;
}