Charcoal
#48470A
YellowColor Codes
All color formats for development
HEX
#48470ARGB
rgb(72, 71, 10)HSL
hsl(59, 76%, 16%)OKLCH
oklch(0.387 0.078 108.6)CMYK
cmyk(0%, 1%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414009
2#393908
3#323207
4#2B2A06
5#242305
6#1D1C04
7#161503
8#0E0E02
9#070701
Tints
Lighter variations
1#6E6C0F
2#939114
3#B9B619
4#DFDB1E
5#E5E343
6#EAE868
7#F0EE8E
8#F5F4B4
9#FAF9D9
Tones
Muted variations
1#45440D
2#424110
3#3F3E13
4#3B3B16
5#383819
6#35351C
7#32321F
8#2F2F23
9#2C2C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F6 #F7F6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EF #F1EF98 | BordersInactive statesPlaceholder text |
| 400 | EAE7 #EAE762 | Disabled statesSecondary iconsMuted text |
| 500 | E3E1 #E3E135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C3 #C5C31B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9B #9D9B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706F #706F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4847 #48470A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFDF2;
--charcoal-100: #FBFAE0;
--charcoal-200: #F7F6C5;
--charcoal-300: #F1EF98;
--charcoal-400: #EAE762;
--charcoal-500: #E3E135;
--charcoal-600: #C5C31B;
--charcoal-700: #9D9B15;
--charcoal-800: #706F0F;
--charcoal-900: #48470A;
--charcoal-950: #2D2C06;
}