Charcoal
#0C462F
GreenColor Codes
All color formats for development
HEX
#0C462FRGB
rgb(12, 70, 47)HSL
hsl(156, 71%, 16%)OKLCH
oklch(0.351 0.071 161.6)CMYK
cmyk(83%, 0%, 33%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F2A
2#093825
3#083121
4#072A1C
5#062317
6#051C13
7#04150E
8#020E09
9#010705
Tints
Lighter variations
1#126A47
2#188F60
3#1EB478
4#25D890
5#48E0A3
6#6CE6B5
7#91ECC8
8#B6F3DA
9#DAF9ED
Tones
Muted variations
1#0F432E
2#12402D
3#153D2D
4#173A2C
5#1A372C
6#1D342B
7#20312B
8#232F2A
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEECD | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9966 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C462F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E0FAF0;
--charcoal-200: #C6F5E3;
--charcoal-300: #9BEECD;
--charcoal-400: #66E5B2;
--charcoal-500: #3BDE9D;
--charcoal-600: #21C080;
--charcoal-700: #1A9966;
--charcoal-800: #126D49;
--charcoal-900: #0C462F;
--charcoal-950: #072C1D;
}