Charcoal
#48480A
YellowColor Codes
All color formats for development
HEX
#48480ARGB
rgb(72, 72, 10)HSL
hsl(60, 76%, 16%)OKLCH
oklch(0.389 0.079 109.6)CMYK
cmyk(0%, 0%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414109
2#393908
3#323207
4#2B2B06
5#242405
6#1D1D04
7#161603
8#0E0E02
9#070701
Tints
Lighter variations
1#6E6E0F
2#939314
3#B9B919
4#DFDF1E
5#E5E543
6#EAEA68
7#F0F08E
8#F5F5B4
9#FAFAD9
Tones
Muted variations
1#45450D
2#424210
3#3F3F13
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 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1F1 #F1F198 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3E3 #E3E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C5 #C5C51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9D #9D9D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #70700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #48480A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFDF2;
--charcoal-100: #FBFBE0;
--charcoal-200: #F7F7C5;
--charcoal-300: #F1F198;
--charcoal-400: #EAEA62;
--charcoal-500: #E3E335;
--charcoal-600: #C5C51B;
--charcoal-700: #9D9D15;
--charcoal-800: #70700F;
--charcoal-900: #48480A;
--charcoal-950: #2D2D06;
}