Charcoal
#503B01
OrangeColor Codes
All color formats for development
HEX
#503B01RGB
rgb(80, 59, 1)HSL
hsl(44, 98%, 16%)OKLCH
oklch(0.366 0.074 85.8)CMYK
cmyk(0%, 26%, 99%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#493601
2#413001
3#392A01
4#302400
5#281E00
6#201800
7#181200
8#100C00
9#080600
Tints
Lighter variations
1#7B5B01
2#A67A02
3#D09902
4#FAB803
5#FDC52B
6#FDD155
7#FEDC80
8#FEE8AA
9#FFF3D5
Tones
Muted variations
1#4D3A05
2#493809
3#45360D
4#413411
5#3D3215
6#393019
7#352E1D
8#312D21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF5 #FFF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEED #FEEDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEDF #FEDF8B | BordersInactive statesPlaceholder text |
| 400 | FDCF #FDCF4E | Disabled statesSecondary iconsMuted text |
| 500 | FDC1 #FDC11C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEA4 #DEA402 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B182 #B18202 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E5D #7E5D01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 513B #513B01 | Primary textHigh emphasis contentDark headings |
| 950 | 3225 #322501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FFFBF0;
--charcoal-100: #FFF5DC;
--charcoal-200: #FEEDBD;
--charcoal-300: #FEDF8B;
--charcoal-400: #FDCF4E;
--charcoal-500: #FDC11C;
--charcoal-600: #DEA402;
--charcoal-700: #B18202;
--charcoal-800: #7E5D01;
--charcoal-900: #513B01;
--charcoal-950: #322501;
}