Charcoal
#4A3E07
YellowColor Codes
All color formats for development
HEX
#4A3E07RGB
rgb(74, 62, 7)HSL
hsl(49, 83%, 16%)OKLCH
oklch(0.366 0.071 95.7)CMYK
cmyk(0%, 16%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433806
2#3C3206
3#342C05
4#2D2504
5#251F03
6#1E1903
7#161302
8#0F0C01
9#070601
Tints
Lighter variations
1#725F0B
2#99800E
3#C0A012
4#E7C116
5#EDCC3B
6#F0D662
7#F4E189
8#F8EBB1
9#FBF5D8
Tones
Muted variations
1#473C0A
2#443A0E
3#413811
4#3D3614
5#3A3418
6#36311B
7#332F1F
8#302D22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EF #F9EFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E3 #F5E394 | BordersInactive statesPlaceholder text |
| 400 | F0D5 #F0D55C | Disabled statesSecondary iconsMuted text |
| 500 | EBC9 #EBC92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDAB #CDAB13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A388 #A3880F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7561 #75610B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3E #4B3E07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F27 #2F2704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF1;
--charcoal-100: #FCF7DE;
--charcoal-200: #F9EFC2;
--charcoal-300: #F5E394;
--charcoal-400: #F0D55C;
--charcoal-500: #EBC92D;
--charcoal-600: #CDAB13;
--charcoal-700: #A3880F;
--charcoal-800: #75610B;
--charcoal-900: #4B3E07;
--charcoal-950: #2F2704;
}