Coral
#FF9D4D
OrangeColor Codes
All color formats for development
HEX
#FF9D4DRGB
rgb(255, 157, 77)HSL
hsl(27, 100%, 65%)OKLCH
oklch(0.783 0.15 57.1)CMYK
cmyk(0%, 38%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF8B2B
2#FF780A
3#E86800
4#C75A00
5#A64B00
6#853C00
7#632D00
8#421E00
9#210F00
Tints
Lighter variations
1#FFA75E
2#FFB070
3#FFBA82
4#FFC494
5#FFCEA6
6#FFD8B8
7#FFE2C9
8#FFEBDB
9#FFF5ED
Tones
Muted variations
1#F69E55
2#ED9F5E
3#E4A067
4#DBA070
5#D2A179
6#C9A282
7#C1A38B
8#B8A494
9#AFA59D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF7 #FFF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEB #FFEBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFDB #FFDBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFBE #FFBE8A | BordersInactive statesPlaceholder text |
| 400 | FF9D #FF9D4D | Disabled statesSecondary iconsMuted text |
| 500 | FF81 #FF811A | Primary brand colorCTAsActive elementsLinks |
| 600 | E065 #E06500 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B350 #B35000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8039 #803900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5225 #522500 | Primary textHigh emphasis contentDark headings |
| 950 | 3317 #331700 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF7F0;
--coral-100: #FFEBDB;
--coral-200: #FFDBBD;
--coral-300: #FFBE8A;
--coral-400: #FF9D4D;
--coral-500: #FF811A;
--coral-600: #E06500;
--coral-700: #B35000;
--coral-800: #803900;
--coral-900: #522500;
--coral-950: #331700;
}