Charcoal
#11401C
GreenColor Codes
All color formats for development
HEX
#11401CRGB
rgb(17, 64, 28)HSL
hsl(134, 58%, 16%)OKLCH
oklch(0.33 0.08 148)CMYK
cmyk(73%, 0%, 56%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A19
2#0E3417
3#0C2D14
4#0A2711
5#09200E
6#071A0B
7#051308
8#030D06
9#020603
Tints
Lighter variations
1#1A622B
2#23843A
3#2CA649
4#35C857
5#56D273
6#78DB8F
7#99E4AB
8#BBEDC7
9#DDF6E3
Tones
Muted variations
1#143E1D
2#163C1F
3#183920
4#1B3721
5#1D3522
6#1F3224
7#223025
8#242E26
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA8A | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF69 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB14D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E3F8E8;
--charcoal-200: #CBF1D4;
--charcoal-300: #A2E6B2;
--charcoal-400: #72DA8A;
--charcoal-500: #4ACF69;
--charcoal-600: #2FB14D;
--charcoal-700: #258D3E;
--charcoal-800: #1B652C;
--charcoal-900: #11401C;
--charcoal-950: #0B2812;
}