Charcoal
#494309
YellowColor Codes
All color formats for development
HEX
#494309RGB
rgb(73, 67, 9)HSL
hsl(54, 78%, 16%)OKLCH
oklch(0.378 0.074 103.1)CMYK
cmyk(0%, 8%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413C08
2#3A3507
3#332E06
4#2C2805
5#242104
6#1D1B04
7#161403
8#0F0D02
9#070701
Tints
Lighter variations
1#6F650E
2#958812
3#BBAB17
4#E1CD1C
5#E7D740
6#ECDF66
7#F1E78D
8#F6EFB3
9#FAF7D9
Tones
Muted variations
1#45400C
2#423D0F
3#3F3B13
4#3C3816
5#393619
6#36331C
7#32301F
8#2F2E22
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E9 #F2E997 | BordersInactive statesPlaceholder text |
| 400 | EBDD #EBDD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6D4 #E6D433 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B6 #C8B619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F91 #9F9114 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7168 #71680E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494209 | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF1;
--charcoal-100: #FBF8DF;
--charcoal-200: #F8F3C4;
--charcoal-300: #F2E997;
--charcoal-400: #EBDD60;
--charcoal-500: #E6D433;
--charcoal-600: #C8B619;
--charcoal-700: #9F9114;
--charcoal-800: #71680E;
--charcoal-900: #494209;
--charcoal-950: #2D2906;
}