Charcoal
#0C453B
CyanColor Codes
All color formats for development
HEX
#0C453BRGB
rgb(12, 69, 59)HSL
hsl(169, 70%, 16%)OKLCH
oklch(0.352 0.059 178)CMYK
cmyk(83%, 0%, 14%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E35
2#0A372F
3#093129
4#072A23
5#06231D
6#051C18
7#041512
8#020E0C
9#010706
Tints
Lighter variations
1#136A5A
2#198E79
3#20B398
4#26D7B7
5#49DFC3
6#6DE5CF
7#92ECDB
8#B6F2E7
9#DBF9F3
Tones
Muted variations
1#0F4339
2#124037
3#153D35
4#183A34
5#1B3732
6#1D3430
7#20312E
8#232F2C
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDE | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4CD | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E1FAF5;
--charcoal-200: #C7F5ED;
--charcoal-300: #9BEDDE;
--charcoal-400: #67E4CD;
--charcoal-500: #3CDDBF;
--charcoal-600: #22BFA2;
--charcoal-700: #1B9881;
--charcoal-800: #136C5C;
--charcoal-900: #0C453B;
--charcoal-950: #082B25;
}