Coral
#FF854D
OrangeColor Codes
All color formats for development
HEX
#FF854DRGB
rgb(255, 133, 77)HSL
hsl(19, 100%, 65%)OKLCH
oklch(0.744 0.164 44)CMYK
cmyk(0%, 48%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF6E2B
2#FF580A
3#E84900
4#C73F00
5#A63400
6#852A00
7#631F00
8#421500
9#210A00
Tints
Lighter variations
1#FF915E
2#FF9D70
3#FFAA82
4#FFB694
5#FFC2A6
6#FFCEB8
7#FFDAC9
8#FFE7DB
9#FFF3ED
Tones
Muted variations
1#F68855
2#ED8C5E
3#E48F67
4#DB9270
5#D29579
6#C99982
7#C19C8B
8#B89F94
9#AFA29D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE7 #FFE7DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD2 #FFD2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFAF #FFAF8A | BordersInactive statesPlaceholder text |
| 400 | FF85 #FF854D | Disabled statesSecondary iconsMuted text |
| 500 | FF62 #FF621A | Primary brand colorCTAsActive elementsLinks |
| 600 | E047 #E04700 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B339 #B33900 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8028 #802800 | Text on light backgroundsHeadingsStrong borders |
| 900 | 521A #521A00 | Primary textHigh emphasis contentDark headings |
| 950 | 3310 #331000 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF5F0;
--coral-100: #FFE7DB;
--coral-200: #FFD2BD;
--coral-300: #FFAF8A;
--coral-400: #FF854D;
--coral-500: #FF621A;
--coral-600: #E04700;
--coral-700: #B33900;
--coral-800: #802800;
--coral-900: #521A00;
--coral-950: #331000;
}