Charcoal
#462B0B
OrangeColor Codes
All color formats for development
HEX
#462B0BRGB
rgb(70, 43, 11)HSL
hsl(33, 73%, 16%)OKLCH
oklch(0.316 0.06 66.6)CMYK
cmyk(0%, 39%, 84%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40270A
2#382309
3#311F08
4#2A1A07
5#231606
6#1C1204
7#150D03
8#0E0902
9#070401
Tints
Lighter variations
1#6C4311
2#915A17
3#B6711C
4#DB8822
5#E29C46
6#E8B06B
7#EEC390
8#F3D7B5
9#F9EBDA
Tones
Muted variations
1#442B0E
2#412B11
3#3E2B14
4#3B2B17
5#382A1A
6#352A1D
7#322A20
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 | F6E0 #F6E0C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFC9 #EFC99A | BordersInactive statesPlaceholder text |
| 400 | E7AC #E7AC65 | Disabled statesSecondary iconsMuted text |
| 500 | E095 #E09538 | Primary brand colorCTAsActive elementsLinks |
| 600 | C278 #C2781E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A60 #9A6018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E44 #6E4411 | Text on light backgroundsHeadingsStrong borders |
| 900 | 472C #472C0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1B #2C1B07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF8F2;
--charcoal-100: #FAEEE0;
--charcoal-200: #F6E0C6;
--charcoal-300: #EFC99A;
--charcoal-400: #E7AC65;
--charcoal-500: #E09538;
--charcoal-600: #C2781E;
--charcoal-700: #9A6018;
--charcoal-800: #6E4411;
--charcoal-900: #472C0B;
--charcoal-950: #2C1B07;
}