Charcoal
#11401A
GreenColor Codes
All color formats for development
HEX
#11401ARGB
rgb(17, 64, 26)HSL
hsl(131, 58%, 16%)OKLCH
oklch(0.329 0.082 146.9)CMYK
cmyk(73%, 0%, 59%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A17
2#0E3415
3#0C2D12
4#0A270F
5#09200D
6#071A0A
7#051308
8#030D05
9#020603
Tints
Lighter variations
1#1A6227
2#238435
3#2CA642
4#35C850
5#56D26D
6#78DB8A
7#99E4A7
8#BBEDC4
9#DDF6E2
Tones
Muted variations
1#143E1B
2#163C1D
3#18391E
4#1B3720
5#1D3521
6#1F3223
7#223024
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 #CBF1D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AF | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA85 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF62 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB147 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D38 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6528 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E3F8E7;
--charcoal-200: #CBF1D2;
--charcoal-300: #A2E6AF;
--charcoal-400: #72DA85;
--charcoal-500: #4ACF62;
--charcoal-600: #2FB147;
--charcoal-700: #258D38;
--charcoal-800: #1B6528;
--charcoal-900: #11401A;
--charcoal-950: #0B2810;
}