Charcoal
#0C463A
CyanColor Codes
All color formats for development
HEX
#0C463ARGB
rgb(12, 70, 58)HSL
hsl(168, 71%, 16%)OKLCH
oklch(0.355 0.061 175.2)CMYK
cmyk(83%, 0%, 17%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F34
2#09382F
3#083129
4#072A23
5#06231D
6#051C17
7#041511
8#020E0C
9#010706
Tints
Lighter variations
1#126A59
2#188F77
3#1EB496
4#25D8B4
5#48E0C2
6#6CE6CE
7#91ECDA
8#B6F3E6
9#DAF9F3
Tones
Muted variations
1#0F4338
2#124037
3#153D35
4#173A33
5#1A3731
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 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEDD | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5CC | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A997F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E0FAF5;
--charcoal-200: #C6F5EC;
--charcoal-300: #9BEEDD;
--charcoal-400: #66E5CC;
--charcoal-500: #3BDEBD;
--charcoal-600: #21C0A0;
--charcoal-700: #1A997F;
--charcoal-800: #126D5B;
--charcoal-900: #0C463A;
--charcoal-950: #072C24;
}