Coral
#F4BD57
OrangeColor Codes
All color formats for development
HEX
#F4BD57RGB
rgb(244, 189, 87)HSL
hsl(39, 88%, 65%)OKLCH
oklch(0.829 0.134 80.4)CMYK
cmyk(0%, 23%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2B138
2#F0A519
3#DA930E
4#BB7E0C
5#9C690A
6#7D5408
7#5D3F06
8#3E2A04
9#1F1502
Tints
Lighter variations
1#F5C468
2#F6CA79
3#F8D18A
4#F9D89A
5#FADEAB
6#FBE5BC
7#FCEBCD
8#FDF2DD
9#FEF8EE
Tones
Muted variations
1#ECBB5F
2#E5B967
3#DDB66F
4#D5B477
5#CDB27E
6#C5AF86
7#BDAD8E
8#B5AA96
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 #FBE7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D4 #F8D491 | BordersInactive statesPlaceholder text |
| 400 | F4BD #F4BD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1AB #F1AB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38E #D38E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A871 #A8710B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3405 | 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: #FBE7C1;
--coral-300: #F8D491;
--coral-400: #F4BD57;
--coral-500: #F1AB27;
--coral-600: #D38E0D;
--coral-700: #A8710B;
--coral-800: #785108;
--coral-900: #4D3405;
--coral-950: #302003;
}