Charcoal
#4F3B03
OrangeColor Codes
All color formats for development
HEX
#4F3B03RGB
rgb(79, 59, 3)HSL
hsl(44, 93%, 16%)OKLCH
oklch(0.365 0.073 86.4)CMYK
cmyk(0%, 25%, 96%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#473503
2#3F2F02
3#372902
4#2F2302
5#271D01
6#1F1701
7#181201
8#100C01
9#080600
Tints
Lighter variations
1#785904
2#A17806
3#CB9707
4#F4B509
5#F8C230
6#F9CF5A
7#FBDB83
8#FCE7AC
9#FEF3D6
Tones
Muted variations
1#4B3907
2#47370A
3#43350E
4#403312
5#3C3216
6#38301A
7#342E1D
8#302C21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEC #FDECBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBDE #FBDE8E | BordersInactive statesPlaceholder text |
| 400 | F9CC #F9CC53 | Disabled statesSecondary iconsMuted text |
| 500 | F7BE #F7BE22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9A1 #D9A108 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC80 #AC8006 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B5B #7B5B04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F3B #4F3B03 | Primary textHigh emphasis contentDark headings |
| 950 | 3125 #312502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF0;
--charcoal-100: #FEF5DD;
--charcoal-200: #FDECBF;
--charcoal-300: #FBDE8E;
--charcoal-400: #F9CC53;
--charcoal-500: #F7BE22;
--charcoal-600: #D9A108;
--charcoal-700: #AC8006;
--charcoal-800: #7B5B04;
--charcoal-900: #4F3B03;
--charcoal-950: #312502;
}