Charcoal
#0E431B
GreenColor Codes
All color formats for development
HEX
#0E431BRGB
rgb(14, 67, 27)HSL
hsl(135, 65%, 16%)OKLCH
oklch(0.338 0.087 147.7)CMYK
cmyk(79%, 0%, 60%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D19
2#0B3616
3#0A2F13
4#092811
5#07220E
6#061B0B
7#041408
8#030D06
9#010703
Tints
Lighter variations
1#16672A
2#1D8A38
3#25AD47
4#2CD155
5#4EDA71
6#72E18D
7#95E9AA
8#B8F0C6
9#DCF8E3
Tones
Muted variations
1#11411D
2#143E1E
3#163B20
4#193921
5#1C3622
6#1E3323
7#213125
8#232E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB1 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE089 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D767 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B94C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF5;
--charcoal-100: #E2F9E7;
--charcoal-200: #C8F3D3;
--charcoal-300: #9EEAB1;
--charcoal-400: #6CE089;
--charcoal-500: #42D767;
--charcoal-600: #27B94C;
--charcoal-700: #1F933C;
--charcoal-800: #16692B;
--charcoal-900: #0E431C;
--charcoal-950: #092A11;
}