Chocolate
#E05A00
OrangeColor Codes
All color formats for development
HEX
#E05A00RGB
rgb(224, 90, 0)HSL
hsl(24, 100%, 44%)OKLCH
oklch(0.633 0.184 44)CMYK
cmyk(0%, 60%, 100%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA5100
2#B44800
3#9D3F00
4#873600
5#702D00
6#5A2400
7#431B00
8#2D1200
9#160900
Tints
Lighter variations
1#FD6500
2#FF761B
3#FF8737
4#FF9854
5#FFA970
6#FFBA8D
7#FFCCA9
8#FFDDC6
9#FFEEE2
Tones
Muted variations
1#D55C0B
2#CA5E16
3#BF6022
4#B4632D
5#A86538
6#9D6743
7#92694F
8#876C5A
9#7B6E65
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 {
--chocolate-50: #FFF6F0;
--chocolate-100: #FFEADB;
--chocolate-200: #FFD7BD;
--chocolate-300: #FFB98A;
--chocolate-400: #FF944D;
--chocolate-500: #FF751A;
--chocolate-600: #E05A00;
--chocolate-700: #B34700;
--chocolate-800: #803300;
--chocolate-900: #522100;
--chocolate-950: #331400;
}