Coral
#FD944E
OrangeColor Codes
All color formats for development
HEX
#FD944ERGB
rgb(253, 148, 78)HSL
hsl(24, 98%, 65%)OKLCH
oklch(0.765 0.152 52.1)CMYK
cmyk(0%, 42%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD802D
2#FD6D0D
3#E65D02
4#C55002
5#A44302
6#833501
7#622801
8#421B01
9#210D00
Tints
Lighter variations
1#FD9F60
2#FEAA72
3#FEB483
4#FEBF95
5#FECAA7
6#FED4B8
7#FEDFCA
8#FFEADC
9#FFF4ED
Tones
Muted variations
1#F49657
2#EC9860
3#E39A69
4#DA9B71
5#D19D7A
6#C99F83
7#C0A18C
8#B7A294
9#AEA49D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF6 #FFF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEA #FFEADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FED7 #FED7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEB9 #FEB98B | BordersInactive statesPlaceholder text |
| 400 | FD94 #FD944E | Disabled statesSecondary iconsMuted text |
| 500 | FD76 #FD761C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE5A #DE5A02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B148 #B14802 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E33 #7E3301 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5121 #512101 | Primary textHigh emphasis contentDark headings |
| 950 | 3215 #321501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF6F0;
--coral-100: #FFEADC;
--coral-200: #FED7BD;
--coral-300: #FEB98B;
--coral-400: #FD944E;
--coral-500: #FD761C;
--coral-600: #DE5A02;
--coral-700: #B14802;
--coral-800: #7E3301;
--coral-900: #512101;
--coral-950: #321501;
}