Charcoal
#0C463F
CyanColor Codes
All color formats for development
HEX
#0C463FRGB
rgb(12, 70, 63)HSL
hsl(173, 71%, 16%)OKLCH
oklch(0.357 0.058 182.9)CMYK
cmyk(83%, 0%, 10%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F39
2#093832
3#08312C
4#072A26
5#062320
6#051C19
7#041513
8#020E0D
9#010706
Tints
Lighter variations
1#126A60
2#188F81
3#1EB4A2
4#25D8C3
5#48E0CE
6#6CE6D8
7#91ECE2
8#B6F3EB
9#DAF9F5
Tones
Muted variations
1#0F433D
2#12403B
3#153D38
4#173A36
5#1A3734
6#1D3432
7#20312F
8#232F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE4 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDECB | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A998A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E0FAF7;
--charcoal-200: #C6F5F0;
--charcoal-300: #9BEEE4;
--charcoal-400: #66E5D6;
--charcoal-500: #3BDECB;
--charcoal-600: #21C0AD;
--charcoal-700: #1A998A;
--charcoal-800: #126D62;
--charcoal-900: #0C463F;
--charcoal-950: #072C27;
}