Charcoal
#0C4635
GreenColor Codes
All color formats for development
HEX
#0C4635RGB
rgb(12, 70, 53)HSL
hsl(162, 71%, 16%)OKLCH
oklch(0.353 0.065 168.4)CMYK
cmyk(83%, 0%, 24%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F2F
2#09382A
3#083125
4#072A1F
5#06231A
6#051C15
7#041510
8#020E0A
9#010705
Tints
Lighter variations
1#126A50
2#188F6B
3#1EB487
4#25D8A2
5#48E0B2
6#6CE6C2
7#91ECD1
8#B6F3E0
9#DAF9F0
Tones
Muted variations
1#0F4333
2#124032
3#153D31
4#173A30
5#1A372F
6#1D342D
7#20312C
8#232F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED5 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BF | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4634 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FAF2;
--charcoal-200: #C6F5E7;
--charcoal-300: #9BEED5;
--charcoal-400: #66E5BF;
--charcoal-500: #3BDEAD;
--charcoal-600: #21C090;
--charcoal-700: #1A9973;
--charcoal-800: #126D52;
--charcoal-900: #0C4634;
--charcoal-950: #072C21;
}