Charcoal
#11401B
GreenColor Codes
All color formats for development
HEX
#11401BRGB
rgb(17, 64, 27)HSL
hsl(133, 58%, 16%)OKLCH
oklch(0.33 0.081 147.4)CMYK
cmyk(73%, 0%, 58%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A19
2#0E3416
3#0C2D13
4#0A2710
5#09200E
6#071A0B
7#051308
8#030D05
9#020603
Tints
Lighter variations
1#1A622A
2#238438
3#2CA647
4#35C855
5#56D271
6#78DB8D
7#99E4AA
8#BBEDC6
9#DDF6E3
Tones
Muted variations
1#143E1D
2#163C1E
3#18391F
4#1B3721
5#1D3522
6#1F3223
7#223025
8#242E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF67 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB14B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E3F8E7;
--charcoal-200: #CBF1D3;
--charcoal-300: #A2E6B1;
--charcoal-400: #72DA88;
--charcoal-500: #4ACF67;
--charcoal-600: #2FB14B;
--charcoal-700: #258D3C;
--charcoal-800: #1B652B;
--charcoal-900: #11401B;
--charcoal-950: #0B2811;
}