Charcoal
#094945
CyanColor Codes
All color formats for development
HEX
#094945RGB
rgb(9, 73, 69)HSL
hsl(176, 78%, 16%)OKLCH
oklch(0.367 0.06 188.3)CMYK
cmyk(88%, 0%, 5%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08413E
2#073A37
3#063330
4#052C29
5#042422
6#041D1B
7#031615
8#020F0E
9#010707
Tints
Lighter variations
1#0E6F68
2#12958C
3#17BBB0
4#1CE1D4
5#40E7DC
6#66ECE3
7#8DF1EA
8#B3F6F1
9#D9FAF8
Tones
Muted variations
1#0C4542
2#0F423F
3#133F3C
4#163C39
5#193937
6#1C3634
7#1F3231
8#222F2E
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFBF9;
--charcoal-200: #C4F8F4;
--charcoal-300: #97F2EC;
--charcoal-400: #60EBE2;
--charcoal-500: #33E6DA;
--charcoal-600: #19C8BC;
--charcoal-700: #149F96;
--charcoal-800: #0E716B;
--charcoal-900: #094944;
--charcoal-950: #062D2B;
}