Charcoal
#094846
CyanColor Codes
All color formats for development
HEX
#094846RGB
rgb(9, 72, 70)HSL
hsl(178, 78%, 16%)OKLCH
oklch(0.365 0.059 191.5)CMYK
cmyk(88%, 0%, 3%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08413F
2#073A38
3#063331
4#052C2A
5#042423
6#041D1C
7#031615
8#020F0E
9#010707
Tints
Lighter variations
1#0E6F6C
2#129591
3#17BBB6
4#1CE1DB
5#40E7E2
6#66ECE8
7#8DF1EE
8#B3F6F3
9#D9FAF9
Tones
Muted variations
1#0C4544
2#0F4241
3#133F3E
4#163C3B
5#193938
6#1C3635
7#1F3232
8#222F2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFBFA;
--charcoal-200: #C4F8F6;
--charcoal-300: #97F2EF;
--charcoal-400: #60EBE7;
--charcoal-500: #33E6E0;
--charcoal-600: #19C8C2;
--charcoal-700: #149F9A;
--charcoal-800: #0E716E;
--charcoal-900: #094947;
--charcoal-950: #062D2C;
}