Charcoal
#472A0B
OrangeColor Codes
All color formats for development
HEX
#472A0BRGB
rgb(71, 42, 11)HSL
hsl(31, 73%, 16%)OKLCH
oklch(0.315 0.061 63.6)CMYK
cmyk(0%, 41%, 85%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40260A
2#382109
3#311D08
4#2A1907
5#231506
6#1C1104
7#150D03
8#0E0802
9#070401
Tints
Lighter variations
1#6C4011
2#915617
3#B66C1C
4#DB8222
5#E29746
6#E8AB6B
7#EEC090
8#F3D5B5
9#F9EADA
Tones
Muted variations
1#442A0E
2#412A11
3#3E2914
4#3B2917
5#38291A
6#35291D
7#322920
8#2F2923
9#2C2926
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEE #FAEEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DF #F6DFC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFC6 #EFC69A | BordersInactive statesPlaceholder text |
| 400 | E7A8 #E7A865 | Disabled statesSecondary iconsMuted text |
| 500 | E08F #E08F38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C273 #C2731E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A5B #9A5B18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E41 #6E4111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 472A #472A0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1A #2C1A07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF8F2;
--charcoal-100: #FAEEE0;
--charcoal-200: #F6DFC6;
--charcoal-300: #EFC69A;
--charcoal-400: #E7A865;
--charcoal-500: #E08F38;
--charcoal-600: #C2731E;
--charcoal-700: #9A5B18;
--charcoal-800: #6E4111;
--charcoal-900: #472A0B;
--charcoal-950: #2C1A07;
}