Coral
#F5B056
OrangeColor Codes
All color formats for development
HEX
#F5B056RGB
rgb(245, 176, 86)HSL
hsl(34, 89%, 65%)OKLCH
oklch(0.806 0.133 71.1)CMYK
cmyk(0%, 28%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3A237
2#F29318
3#DB820D
4#BC6F0B
5#9D5D09
6#7D4A07
7#5E3805
8#3F2504
9#1F1302
Tints
Lighter variations
1#F6B867
2#F7C078
3#F8C889
4#F9D09A
5#FAD8AB
6#FBE0BC
7#FCE7CC
8#FDEFDD
9#FEF7EE
Tones
Muted variations
1#EDAF5E
2#E5AE66
3#DDAD6E
4#D5AC76
5#CDAB7E
6#C6AA86
7#BEA98E
8#B6A896
9#AEA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE2 #FBE2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9CB #F9CB90 | BordersInactive statesPlaceholder text |
| 400 | F5B0 #F5B056 | Disabled statesSecondary iconsMuted text |
| 500 | F29A #F29A26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D47E #D47E0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A964 #A9640A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7847 #784707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2E #4D2E04 | Primary textHigh emphasis contentDark headings |
| 950 | 301D #301D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F1;
--coral-100: #FDEFDD;
--coral-200: #FBE2C0;
--coral-300: #F9CB90;
--coral-400: #F5B056;
--coral-500: #F29A26;
--coral-600: #D47E0C;
--coral-700: #A9640A;
--coral-800: #784707;
--coral-900: #4D2E04;
--coral-950: #301D03;
}