Coral
#FF9A4D
OrangeColor Codes
All color formats for development
HEX
#FF9A4DRGB
rgb(255, 154, 77)HSL
hsl(26, 100%, 65%)OKLCH
oklch(0.778 0.151 55.4)CMYK
cmyk(0%, 40%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF872B
2#FF740A
3#E86500
4#C75600
5#A64800
6#853900
7#632B00
8#421D00
9#210E00
Tints
Lighter variations
1#FFA45E
2#FFAE70
3#FFB882
4#FFC294
5#FFCCA6
6#FFD7B8
7#FFE1C9
8#FFEBDB
9#FFF5ED
Tones
Muted variations
1#F69B55
2#ED9C5E
3#E49D67
4#DB9F70
5#D2A079
6#C9A182
7#C1A28B
8#B8A394
9#AFA59D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF6 #FFF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEB #FFEBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD9 #FFD9BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFBD #FFBD8A | BordersInactive statesPlaceholder text |
| 400 | FF9A #FF9A4D | Disabled statesSecondary iconsMuted text |
| 500 | FF7D #FF7D1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E061 #E06100 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B34D #B34D00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8037 #803700 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5223 #522300 | Primary textHigh emphasis contentDark headings |
| 950 | 3316 #331600 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF6F0;
--coral-100: #FFEBDB;
--coral-200: #FFD9BD;
--coral-300: #FFBD8A;
--coral-400: #FF9A4D;
--coral-500: #FF7D1A;
--coral-600: #E06100;
--coral-700: #B34D00;
--coral-800: #803700;
--coral-900: #522300;
--coral-950: #331600;
}