Coral
#F4BB57
OrangeColor Codes
All color formats for development
HEX
#F4BB57RGB
rgb(244, 187, 87)HSL
hsl(38, 88%, 65%)OKLCH
oklch(0.825 0.133 79.1)CMYK
cmyk(0%, 23%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2AE38
2#F0A119
3#DA8F0E
4#BB7B0C
5#9C660A
6#7D5208
7#5D3D06
8#3E2904
9#1F1402
Tints
Lighter variations
1#F5C268
2#F6C879
3#F8CF8A
4#F9D69A
5#FADDAB
6#FBE4BC
7#FCEBCD
8#FDF1DD
9#FEF8EE
Tones
Muted variations
1#ECB95F
2#E5B767
3#DDB46F
4#D5B277
5#CDB07E
6#C5AE86
7#BDAC8E
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 | FDF1 #FDF1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE6 #FBE6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D2 #F8D291 | BordersInactive statesPlaceholder text |
| 400 | F4BB #F4BB57 | Disabled statesSecondary iconsMuted text |
| 500 | F1A7 #F1A727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38B #D38B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A86E #A86E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784F #784F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D32 #4D3205 | Primary textHigh emphasis contentDark headings |
| 950 | 301F #301F03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F1;
--coral-100: #FDF1DD;
--coral-200: #FBE6C1;
--coral-300: #F8D291;
--coral-400: #F4BB57;
--coral-500: #F1A727;
--coral-600: #D38B0D;
--coral-700: #A86E0B;
--coral-800: #784F08;
--coral-900: #4D3205;
--coral-950: #301F03;
}