Coral
#FF974D
OrangeColor Codes
All color formats for development
HEX
#FF974DRGB
rgb(255, 151, 77)HSL
hsl(25, 100%, 65%)OKLCH
oklch(0.773 0.153 53.6)CMYK
cmyk(0%, 41%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF842B
2#FF700A
3#E86100
4#C75300
5#A64500
6#853700
7#632900
8#421C00
9#210E00
Tints
Lighter variations
1#FFA15E
2#FFAC70
3#FFB682
4#FFC194
5#FFCBA6
6#FFD5B8
7#FFE0C9
8#FFEADB
9#FFF5ED
Tones
Muted variations
1#F69855
2#ED9A5E
3#E49B67
4#DB9D70
5#D29E79
6#C9A082
7#C1A18B
8#B8A394
9#AFA49D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF6 #FFF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEA #FFEADB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD8 #FFD8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFBB #FFBB8A | BordersInactive statesPlaceholder text |
| 400 | FF97 #FF974D | Disabled statesSecondary iconsMuted text |
| 500 | FF79 #FF791A | Primary brand colorCTAsActive elementsLinks |
| 600 | E05E #E05E00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B34A #B34A00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8035 #803500 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5222 #522200 | Primary textHigh emphasis contentDark headings |
| 950 | 3315 #331500 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF6F0;
--coral-100: #FFEADB;
--coral-200: #FFD8BD;
--coral-300: #FFBB8A;
--coral-400: #FF974D;
--coral-500: #FF791A;
--coral-600: #E05E00;
--coral-700: #B34A00;
--coral-800: #803500;
--coral-900: #522200;
--coral-950: #331500;
}