Charcoal
#0C4535
GreenColor Codes
All color formats for development
HEX
#0C4535RGB
rgb(12, 69, 53)HSL
hsl(163, 70%, 16%)OKLCH
oklch(0.35 0.064 169.4)CMYK
cmyk(83%, 0%, 23%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E30
2#0A372B
3#093125
4#072A20
5#06231B
6#051C15
7#041510
8#020E0B
9#010705
Tints
Lighter variations
1#136A51
2#198E6D
3#20B389
4#26D7A5
5#49DFB4
6#6DE5C3
7#92ECD2
8#B6F2E1
9#DBF9F0
Tones
Muted variations
1#0F4334
2#124033
3#153D31
4#183A30
5#1B372F
6#1D342E
7#20312D
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 | E1FA #E1FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD6 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C1 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9874 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4535 | 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: #F2FDFA;
--charcoal-100: #E1FAF3;
--charcoal-200: #C7F5E8;
--charcoal-300: #9BEDD6;
--charcoal-400: #67E4C1;
--charcoal-500: #3CDDAF;
--charcoal-600: #22BF92;
--charcoal-700: #1B9874;
--charcoal-800: #136C53;
--charcoal-900: #0C4535;
--charcoal-950: #082B21;
}