Coral
#FF944D
OrangeColor Codes
All color formats for development
HEX
#FF944DRGB
rgb(255, 148, 77)HSL
hsl(24, 100%, 65%)OKLCH
oklch(0.768 0.154 51.9)CMYK
cmyk(0%, 42%, 70%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF802B
2#FF6C0A
3#E85D00
4#C75000
5#A64200
6#853500
7#632800
8#421B00
9#210D00
Tints
Lighter variations
1#FF9F5E
2#FFA970
3#FFB482
4#FFBF94
5#FFC9A6
6#FFD4B8
7#FFDFC9
8#FFEADB
9#FFF4ED
Tones
Muted variations
1#F69655
2#ED975E
3#E49967
4#DB9B70
5#D29D79
6#C99F82
7#C1A08B
8#B8A294
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 | FFD7 #FFD7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFB9 #FFB98A | BordersInactive statesPlaceholder text |
| 400 | FF94 #FF944D | Disabled statesSecondary iconsMuted text |
| 500 | FF75 #FF751A | Primary brand colorCTAsActive elementsLinks |
| 600 | E05A #E05A00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B347 #B34700 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8033 #803300 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5221 #522100 | Primary textHigh emphasis contentDark headings |
| 950 | 3314 #331400 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF6F0;
--coral-100: #FFEADB;
--coral-200: #FFD7BD;
--coral-300: #FFB98A;
--coral-400: #FF944D;
--coral-500: #FF751A;
--coral-600: #E05A00;
--coral-700: #B34700;
--coral-800: #803300;
--coral-900: #522100;
--coral-950: #331400;
}