Coral
#E69B33
OrangeColor Codes
All color formats for development
HEX
#E69B33RGB
rgb(230, 155, 51)HSL
hsl(35, 78%, 55%)OKLCH
oklch(0.747 0.144 70.2)CMYK
cmyk(0%, 33%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E18F1C
2#C87F19
3#AF6F16
4#965F13
5#7D4F0F
6#643F0C
7#4B3009
8#322006
9#191003
Tints
Lighter variations
1#E8A547
2#EBAF5C
3#EDB970
4#F0C384
5#F2CD99
6#F5D7AD
7#F7E1C2
8#FAEBD6
9#FCF5EB
Tones
Muted variations
1#DD9A3C
2#D49845
3#CB974E
4#C29557
5#B9945F
6#B09268
7#A79171
8#9E8F7A
9#958E83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E2 #F8E2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CC #F2CC97 | BordersInactive statesPlaceholder text |
| 400 | EBB1 #EBB160 | Disabled statesSecondary iconsMuted text |
| 500 | E69B #E69B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C87F #C87F19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F65 #9F6514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7148 #71480E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492E #492E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF8F1;
--coral-100: #FBEFDF;
--coral-200: #F8E2C4;
--coral-300: #F2CC97;
--coral-400: #EBB160;
--coral-500: #E69B33;
--coral-600: #C87F19;
--coral-700: #9F6514;
--coral-800: #71480E;
--coral-900: #492E09;
--coral-950: #2D1D06;
}