Charcoal
#48410A
YellowColor Codes
All color formats for development
HEX
#48410ARGB
rgb(72, 65, 10)HSL
hsl(53, 76%, 16%)OKLCH
oklch(0.371 0.071 101.7)CMYK
cmyk(0%, 10%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413A09
2#393408
3#322D07
4#2B2706
5#242005
6#1D1A04
7#161303
8#0E0D02
9#070601
Tints
Lighter variations
1#6E620F
2#938414
3#B9A619
4#DFC81E
5#E5D243
6#EADB68
7#F0E48E
8#F5EDB4
9#FAF6D9
Tones
Muted variations
1#453E0D
2#423C10
3#3F3913
4#3B3716
5#383519
6#35321C
7#32301F
8#2F2E23
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F1 #F7F1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E7 #F1E798 | BordersInactive statesPlaceholder text |
| 400 | EADA #EADA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3CF #E3CF35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B2 #C5B21B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D8D #9D8D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7065 #70650F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4841 #48410A | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF2;
--charcoal-100: #FBF8E0;
--charcoal-200: #F7F1C5;
--charcoal-300: #F1E798;
--charcoal-400: #EADA62;
--charcoal-500: #E3CF35;
--charcoal-600: #C5B21B;
--charcoal-700: #9D8D15;
--charcoal-800: #70650F;
--charcoal-900: #48410A;
--charcoal-950: #2D2806;
}