Coral
#F5B656
OrangeColor Codes
All color formats for development
HEX
#F5B656RGB
rgb(245, 182, 86)HSL
hsl(36, 89%, 65%)OKLCH
oklch(0.817 0.133 75.3)CMYK
cmyk(0%, 26%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3A837
2#F29A18
3#DB890D
4#BC750B
5#9D6209
6#7D4E07
7#5E3B05
8#3F2704
9#1F1402
Tints
Lighter variations
1#F6BD67
2#F7C478
3#F8CC89
4#F9D39A
5#FADAAB
6#FBE2BC
7#FCE9CC
8#FDF0DD
9#FEF8EE
Tones
Muted variations
1#EDB45E
2#E5B266
3#DDB16E
4#D5AF76
5#CDAE7E
6#C6AC86
7#BEAB8E
8#B6A996
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 #FBE4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9CF #F9CF90 | BordersInactive statesPlaceholder text |
| 400 | F5B6 #F5B656 | Disabled statesSecondary iconsMuted text |
| 500 | F2A1 #F2A126 | Primary brand colorCTAsActive elementsLinks |
| 600 | D484 #D4840C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A969 #A9690A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784B #784B07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D30 #4D3004 | 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: #FBE4C0;
--coral-300: #F9CF90;
--coral-400: #F5B656;
--coral-500: #F2A126;
--coral-600: #D4840C;
--coral-700: #A9690A;
--coral-800: #784B07;
--coral-900: #4D3004;
--coral-950: #301E03;
}