Coral
#F4B557
OrangeColor Codes
All color formats for development
HEX
#F4B557RGB
rgb(244, 181, 87)HSL
hsl(36, 88%, 65%)OKLCH
oklch(0.814 0.132 74.9)CMYK
cmyk(0%, 26%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2A838
2#F09A19
3#DA880E
4#BB750C
5#9C610A
6#7D4E08
7#5D3A06
8#3E2704
9#1F1302
Tints
Lighter variations
1#F5BD68
2#F6C479
3#F8CC8A
4#F9D39A
5#FADAAB
6#FBE2BC
7#FCE9CD
8#FDF0DD
9#FEF8EE
Tones
Muted variations
1#ECB45F
2#E5B267
3#DDB16F
4#D5AF77
5#CDAE7E
6#C5AC86
7#BDAA8E
8#B5A996
9#AEA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF0 #FDF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE4 #FBE4C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CF #F8CF91 | BordersInactive statesPlaceholder text |
| 400 | F4B5 #F4B557 | Disabled statesSecondary iconsMuted text |
| 500 | F1A0 #F1A027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D384 #D3840D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A869 #A8690B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784B #784B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D30 #4D3005 | Primary textHigh emphasis contentDark headings |
| 950 | 301E #301E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F1;
--coral-100: #FDF0DD;
--coral-200: #FBE4C1;
--coral-300: #F8CF91;
--coral-400: #F4B557;
--coral-500: #F1A027;
--coral-600: #D3840D;
--coral-700: #A8690B;
--coral-800: #784B08;
--coral-900: #4D3005;
--coral-950: #301E03;
}