Charcoal
#0C453A
CyanColor Codes
All color formats for development
HEX
#0C453ARGB
rgb(12, 69, 58)HSL
hsl(168, 70%, 16%)OKLCH
oklch(0.352 0.06 176.4)CMYK
cmyk(83%, 0%, 16%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E34
2#0A372E
3#093129
4#072A23
5#06231D
6#051C17
7#041511
8#020E0C
9#010706
Tints
Lighter variations
1#136A58
2#198E77
3#20B395
4#26D7B4
5#49DFC1
6#6DE5CD
7#92ECDA
8#B6F2E6
9#DBF9F3
Tones
Muted variations
1#0F4338
2#124037
3#153D35
4#183A33
5#1B3731
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 #C7F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDD | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4CB | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B987F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E1FAF5;
--charcoal-200: #C7F5EC;
--charcoal-300: #9BEDDD;
--charcoal-400: #67E4CB;
--charcoal-500: #3CDDBC;
--charcoal-600: #22BF9F;
--charcoal-700: #1B987F;
--charcoal-800: #136C5B;
--charcoal-900: #0C453A;
--charcoal-950: #082B24;
}