Charcoal
#0C4538
CyanColor Codes
All color formats for development
HEX
#0C4538RGB
rgb(12, 69, 56)HSL
hsl(166, 70%, 16%)OKLCH
oklch(0.351 0.061 173.5)CMYK
cmyk(83%, 0%, 19%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E32
2#0A372D
3#093127
4#072A22
5#06231C
6#051C16
7#041511
8#020E0B
9#010706
Tints
Lighter variations
1#136A55
2#198E73
3#20B390
4#26D7AE
5#49DFBC
6#6DE5C9
7#92ECD7
8#B6F2E4
9#DBF9F2
Tones
Muted variations
1#0F4337
2#124035
3#153D33
4#183A32
5#1B3730
6#1D342F
7#20312D
8#232F2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDA | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C7 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B987B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4538 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E1FAF4;
--charcoal-200: #C7F5EA;
--charcoal-300: #9BEDDA;
--charcoal-400: #67E4C7;
--charcoal-500: #3CDDB7;
--charcoal-600: #22BF9A;
--charcoal-700: #1B987B;
--charcoal-800: #136C58;
--charcoal-900: #0C4538;
--charcoal-950: #082B23;
}