Coral
#F5BE56
OrangeColor Codes
All color formats for development
HEX
#F5BE56RGB
rgb(245, 190, 86)HSL
hsl(39, 89%, 65%)OKLCH
oklch(0.832 0.135 80.8)CMYK
cmyk(0%, 22%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3B137
2#F2A518
3#DB930D
4#BC7E0B
5#9D6909
6#7D5407
7#5E3F05
8#3F2A04
9#1F1502
Tints
Lighter variations
1#F6C467
2#F7CB78
3#F8D189
4#F9D89A
5#FADEAB
6#FBE5BC
7#FCEBCC
8#FDF2DD
9#FEF8EE
Tones
Muted variations
1#EDBB5E
2#E5B966
3#DDB66E
4#D5B476
5#CDB27E
6#C6AF86
7#BEAD8E
8#B6AB96
9#AEA89E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE7 #FBE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D4 #F9D490 | BordersInactive statesPlaceholder text |
| 400 | F5BE #F5BE56 | Disabled statesSecondary iconsMuted text |
| 500 | F2AB #F2AB26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D48E #D48E0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A971 #A9710A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3404 | 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: #FEF9F1;
--coral-100: #FDF2DD;
--coral-200: #FBE7C0;
--coral-300: #F9D490;
--coral-400: #F5BE56;
--coral-500: #F2AB26;
--coral-600: #D48E0C;
--coral-700: #A9710A;
--coral-800: #785107;
--coral-900: #4D3404;
--coral-950: #302003;
}