Charcoal
#0C462A
GreenColor Codes
All color formats for development
HEX
#0C462ARGB
rgb(12, 70, 42)HSL
hsl(151, 71%, 16%)OKLCH
oklch(0.35 0.076 157)CMYK
cmyk(83%, 0%, 40%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F26
2#093821
3#08311D
4#072A19
5#062315
6#051C11
7#04150D
8#020E08
9#010704
Tints
Lighter variations
1#126A40
2#188F56
3#1EB46C
4#25D881
5#48E096
6#6CE6AB
7#91ECC0
8#B6F3D5
9#DAF9EA
Tones
Muted variations
1#0F432A
2#12402A
3#153D29
4#173A29
5#1A3729
6#1D3429
7#203129
8#232F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEC6 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5A8 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C073 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A995B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C462A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF8;
--charcoal-100: #E0FAEE;
--charcoal-200: #C6F5DF;
--charcoal-300: #9BEEC6;
--charcoal-400: #66E5A8;
--charcoal-500: #3BDE8F;
--charcoal-600: #21C073;
--charcoal-700: #1A995B;
--charcoal-800: #126D41;
--charcoal-900: #0C462A;
--charcoal-950: #072C1A;
}