Charcoal
#483F0A
YellowColor Codes
All color formats for development
HEX
#483F0ARGB
rgb(72, 63, 10)HSL
hsl(51, 76%, 16%)OKLCH
oklch(0.366 0.07 99)CMYK
cmyk(0%, 12%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413809
2#393208
3#322C07
4#2B2606
5#241F05
6#1D1904
7#161303
8#0E0D02
9#070601
Tints
Lighter variations
1#6E5F0F
2#938014
3#B9A119
4#DFC21E
5#E5CD43
6#EAD768
7#F0E18E
8#F5EBB4
9#FAF5D9
Tones
Muted variations
1#453C0D
2#423A10
3#3F3813
4#3B3616
5#383419
6#35311C
7#322F1F
8#2F2D23
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EF #F7EFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E4 #F1E498 | BordersInactive statesPlaceholder text |
| 400 | EAD5 #EAD562 | Disabled statesSecondary iconsMuted text |
| 500 | E3C9 #E3C935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5AC #C5AC1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D89 #9D8915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7062 #70620F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483F #483F0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFBF2;
--charcoal-100: #FBF7E0;
--charcoal-200: #F7EFC5;
--charcoal-300: #F1E498;
--charcoal-400: #EAD562;
--charcoal-500: #E3C935;
--charcoal-600: #C5AC1B;
--charcoal-700: #9D8915;
--charcoal-800: #70620F;
--charcoal-900: #483F0A;
--charcoal-950: #2D2706;
}