Charcoal
#4A4207
YellowColor Codes
All color formats for development
HEX
#4A4207RGB
rgb(74, 66, 7)HSL
hsl(53, 83%, 16%)OKLCH
oklch(0.376 0.074 101)CMYK
cmyk(0%, 11%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433C06
2#3C3506
3#342F05
4#2D2804
5#252103
6#1E1B03
7#161402
8#0F0D01
9#070701
Tints
Lighter variations
1#72660B
2#99890E
3#C0AC12
4#E7CF16
5#EDD83B
6#F0E062
7#F4E889
8#F8EFB1
9#FBF7D8
Tones
Muted variations
1#47400A
2#443E0E
3#413B11
4#3D3814
5#3A3618
6#36331B
7#33311F
8#302E22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F3 #F9F3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EA #F5EA94 | BordersInactive statesPlaceholder text |
| 400 | F0DF #F0DF5C | Disabled statesSecondary iconsMuted text |
| 500 | EBD5 #EBD52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB8 #CDB813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A392 #A3920F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7568 #75680B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFCF1;
--charcoal-100: #FCF9DE;
--charcoal-200: #F9F3C2;
--charcoal-300: #F5EA94;
--charcoal-400: #F0DF5C;
--charcoal-500: #EBD52D;
--charcoal-600: #CDB813;
--charcoal-700: #A3920F;
--charcoal-800: #75680B;
--charcoal-900: #4B4307;
--charcoal-950: #2F2A04;
}