Coral
#FF8B4D
OrangeColor Codes
All color formats for development
HEX
#FF8B4DRGB
rgb(255, 139, 77)HSL
hsl(21, 100%, 65%)OKLCH
oklch(0.753 0.16 47)CMYK
cmyk(0%, 45%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF752B
2#FF600A
3#E85100
4#C74600
5#A63A00
6#852E00
7#632300
8#421700
9#210C00
Tints
Lighter variations
1#FF975E
2#FFA270
3#FFAE82
4#FFB994
5#FFC5A6
6#FFD1B8
7#FFDCC9
8#FFE8DB
9#FFF3ED
Tones
Muted variations
1#F68E55
2#ED905E
3#E49367
4#DB9670
5#D29879
6#C99B82
7#C19E8B
8#B8A094
9#AFA39D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE8 #FFE8DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD4 #FFD4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFB3 #FFB38A | BordersInactive statesPlaceholder text |
| 400 | FF8B #FF8B4D | Disabled statesSecondary iconsMuted text |
| 500 | FF6A #FF6A1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E04F #E04F00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B33E #B33E00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 802D #802D00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 521D #521D00 | Primary textHigh emphasis contentDark headings |
| 950 | 3312 #331200 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF5F0;
--coral-100: #FFE8DB;
--coral-200: #FFD4BD;
--coral-300: #FFB38A;
--coral-400: #FF8B4D;
--coral-500: #FF6A1A;
--coral-600: #E04F00;
--coral-700: #B33E00;
--coral-800: #802D00;
--coral-900: #521D00;
--coral-950: #331200;
}