Coral
#FF884D
OrangeColor Codes
All color formats for development
HEX
#FF884DRGB
rgb(255, 136, 77)HSL
hsl(20, 100%, 65%)OKLCH
oklch(0.748 0.162 45.5)CMYK
cmyk(0%, 47%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF722B
2#FF5C0A
3#E84D00
4#C74200
5#A63700
6#852C00
7#632100
8#421600
9#210B00
Tints
Lighter variations
1#FF945E
2#FFA070
3#FFAC82
4#FFB894
5#FFC3A6
6#FFCFB8
7#FFDBC9
8#FFE7DB
9#FFF3ED
Tones
Muted variations
1#F68B55
2#ED8E5E
3#E49167
4#DB9470
5#D29779
6#C99A82
7#C19D8B
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 | FFE7 #FFE7DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD3 #FFD3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFB1 #FFB18A | BordersInactive statesPlaceholder text |
| 400 | FF88 #FF884D | Disabled statesSecondary iconsMuted text |
| 500 | FF66 #FF661A | Primary brand colorCTAsActive elementsLinks |
| 600 | E04B #E04B00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B33B #B33B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 802A #802A00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 521B #521B00 | Primary textHigh emphasis contentDark headings |
| 950 | 3311 #331100 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF5F0;
--coral-100: #FFE7DB;
--coral-200: #FFD3BD;
--coral-300: #FFB18A;
--coral-400: #FF884D;
--coral-500: #FF661A;
--coral-600: #E04B00;
--coral-700: #B33B00;
--coral-800: #802A00;
--coral-900: #521B00;
--coral-950: #331100;
}