Charcoal
#0C463C
CyanColor Codes
All color formats for development
HEX
#0C463CRGB
rgb(12, 70, 60)HSL
hsl(170, 71%, 16%)OKLCH
oklch(0.356 0.06 178.2)CMYK
cmyk(83%, 0%, 14%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F36
2#093830
3#08312A
4#072A24
5#06231E
6#051C18
7#041512
8#020E0C
9#010706
Tints
Lighter variations
1#126A5C
2#188F7B
3#1EB49B
4#25D8BA
5#48E0C7
6#6CE6D2
7#91ECDD
8#B6F3E8
9#DAF9F4
Tones
Muted variations
1#0F433A
2#124038
3#153D36
4#173A34
5#1A3732
6#1D3431
7#20312F
8#232F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE0 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5D0 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9983 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E0FAF6;
--charcoal-200: #C6F5EE;
--charcoal-300: #9BEEE0;
--charcoal-400: #66E5D0;
--charcoal-500: #3BDEC3;
--charcoal-600: #21C0A5;
--charcoal-700: #1A9983;
--charcoal-800: #126D5E;
--charcoal-900: #0C463C;
--charcoal-950: #072C26;
}