Charcoal
#0C4641
CyanColor Codes
All color formats for development
HEX
#0C4641RGB
rgb(12, 70, 65)HSL
hsl(175, 71%, 16%)OKLCH
oklch(0.357 0.057 186.3)CMYK
cmyk(83%, 0%, 7%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F3A
2#093834
3#08312D
4#072A27
5#062320
6#051C1A
7#041513
8#020E0D
9#010706
Tints
Lighter variations
1#126A63
2#188F85
3#1EB4A7
4#25D8C9
5#48E0D3
6#6CE6DC
7#91ECE5
8#B6F3EE
9#DAF9F6
Tones
Muted variations
1#0F433F
2#12403C
3#153D3A
4#173A37
5#1A3735
6#1D3432
7#203130
8#232F2E
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE7 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5DB | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A998E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4641 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E0FAF8;
--charcoal-200: #C6F5F1;
--charcoal-300: #9BEEE7;
--charcoal-400: #66E5DB;
--charcoal-500: #3BDED0;
--charcoal-600: #21C0B3;
--charcoal-700: #1A998E;
--charcoal-800: #126D65;
--charcoal-900: #0C4641;
--charcoal-950: #072C29;
}