Coral
#F4B857
OrangeColor Codes
All color formats for development
HEX
#F4B857RGB
rgb(244, 184, 87)HSL
hsl(37, 88%, 65%)OKLCH
oklch(0.82 0.133 77)CMYK
cmyk(0%, 25%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2AB38
2#F09E19
3#DA8C0E
4#BB780C
5#9C640A
6#7D5008
7#5D3C06
8#3E2804
9#1F1402
Tints
Lighter variations
1#F5BF68
2#F6C679
3#F8CD8A
4#F9D49A
5#FADCAB
6#FBE3BC
7#FCEACD
8#FDF1DD
9#FEF8EE
Tones
Muted variations
1#ECB65F
2#E5B467
3#DDB36F
4#D5B177
5#CDAF7E
6#C5AD86
7#BDAB8E
8#B5A996
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 | FBE5 #FBE5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D0 #F8D091 | BordersInactive statesPlaceholder text |
| 400 | F4B8 #F4B857 | Disabled statesSecondary iconsMuted text |
| 500 | F1A4 #F1A427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D387 #D3870D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A86C #A86C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784D #784D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D31 #4D3105 | 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: #FBE5C1;
--coral-300: #F8D091;
--coral-400: #F4B857;
--coral-500: #F1A427;
--coral-600: #D3870D;
--coral-700: #A86C0B;
--coral-800: #784D08;
--coral-900: #4D3105;
--coral-950: #301F03;
}