Charcoal
#0C4534
GreenColor Codes
All color formats for development
HEX
#0C4534RGB
rgb(12, 69, 52)HSL
hsl(162, 70%, 16%)OKLCH
oklch(0.35 0.064 168.1)CMYK
cmyk(83%, 0%, 25%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E2F
2#0A372A
3#093125
4#072A1F
5#06231A
6#051C15
7#041510
8#020E0A
9#010705
Tints
Lighter variations
1#136A50
2#198E6B
3#20B386
4#26D7A2
5#49DFB2
6#6DE5C1
7#92ECD1
8#B6F2E0
9#DBF9F0
Tones
Muted variations
1#0F4333
2#124032
3#153D31
4#183A30
5#1B372F
6#1D342D
7#20312C
8#232F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD5 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4BF | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9872 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4534 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDF9;
--charcoal-100: #E1FAF2;
--charcoal-200: #C7F5E7;
--charcoal-300: #9BEDD5;
--charcoal-400: #67E4BF;
--charcoal-500: #3CDDAC;
--charcoal-600: #22BF90;
--charcoal-700: #1B9872;
--charcoal-800: #136C52;
--charcoal-900: #0C4534;
--charcoal-950: #082B21;
}