Charcoal
#094944
CyanColor Codes
All color formats for development
HEX
#094944RGB
rgb(9, 73, 68)HSL
hsl(175, 78%, 16%)OKLCH
oklch(0.367 0.06 186.7)CMYK
cmyk(88%, 0%, 7%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08413D
2#073A36
3#06332F
4#052C28
5#042422
6#041D1B
7#031614
8#020F0D
9#010707
Tints
Lighter variations
1#0E6F67
2#12958A
3#17BBAD
4#1CE1D1
5#40E7DA
6#66ECE1
7#8DF1E9
8#B3F6F0
9#D9FAF8
Tones
Muted variations
1#0C4541
2#0F423E
3#133F3B
4#163C39
5#193936
6#1C3633
7#1F3231
8#222F2E
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094943 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFC;
--charcoal-100: #DFFBF9;
--charcoal-200: #C4F8F3;
--charcoal-300: #97F2EA;
--charcoal-400: #60EBE0;
--charcoal-500: #33E6D7;
--charcoal-600: #19C8B9;
--charcoal-700: #149F93;
--charcoal-800: #0E7169;
--charcoal-900: #094943;
--charcoal-950: #062D2A;
}