Charcoal
#493009
OrangeColor Codes
All color formats for development
HEX
#493009RGB
rgb(73, 48, 9)HSL
hsl(37, 78%, 16%)OKLCH
oklch(0.331 0.063 73.5)CMYK
cmyk(0%, 34%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#412B08
2#3A2707
3#332206
4#2C1D05
5#241804
6#1D1304
7#160E03
8#0F0A02
9#070501
Tints
Lighter variations
1#6F4A0E
2#956312
3#BB7C17
4#E1951C
5#E7A740
6#ECB966
7#F1CA8D
8#F6DCB3
9#FAEDD9
Tones
Muted variations
1#452F0C
2#422F0F
3#3F2E13
4#3C2D16
5#392D19
6#362C1C
7#322B1F
8#2F2A22
9#2C2A26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E4 #F8E4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CF #F2CF97 | BordersInactive statesPlaceholder text |
| 400 | EBB6 #EBB660 | Disabled statesSecondary iconsMuted text |
| 500 | E6A1 #E6A133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C885 #C88519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F69 #9F6914 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714B #714B0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4930 #493009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1E #2D1E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF9F1;
--charcoal-100: #FBF0DF;
--charcoal-200: #F8E4C4;
--charcoal-300: #F2CF97;
--charcoal-400: #EBB660;
--charcoal-500: #E6A133;
--charcoal-600: #C88519;
--charcoal-700: #9F6914;
--charcoal-800: #714B0E;
--charcoal-900: #493009;
--charcoal-950: #2D1E06;
}