Coral
#F6BE55
OrangeColor Codes
All color formats for development
HEX
#F6BE55RGB
rgb(246, 190, 85)HSL
hsl(39, 90%, 65%)OKLCH
oklch(0.833 0.137 80.6)CMYK
cmyk(0%, 23%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4B236
2#F3A616
3#DC930C
4#BD7E0A
5#9D6908
6#7E5407
7#5E3F05
8#3F2A03
9#1F1502
Tints
Lighter variations
1#F7C466
2#F8CB77
3#F9D188
4#FAD899
5#FBDEAA
6#FBE5BB
7#FCEBCC
8#FDF2DD
9#FEF8EE
Tones
Muted variations
1#EEBB5D
2#E6B965
3#DEB76E
4#D6B476
5#CEB27E
6#C6AF86
7#BEAD8E
8#B6AB96
9#AEA89E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE7 #FCE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D4 #F9D490 | BordersInactive statesPlaceholder text |
| 400 | F6BE #F6BE55 | Disabled statesSecondary iconsMuted text |
| 500 | F4AB #F4AB25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D58E #D58E0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA71 #AA7109 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7951 #795106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E34 #4E3404 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F0;
--coral-100: #FDF2DD;
--coral-200: #FCE7C0;
--coral-300: #F9D490;
--coral-400: #F6BE55;
--coral-500: #F4AB25;
--coral-600: #D58E0B;
--coral-700: #AA7109;
--coral-800: #795106;
--coral-900: #4E3404;
--coral-950: #302003;
}