Charcoal
#094939
CyanColor Codes
All color formats for development
HEX
#094939RGB
rgb(9, 73, 57)HSL
hsl(165, 78%, 16%)OKLCH
oklch(0.363 0.067 170.9)CMYK
cmyk(88%, 0%, 22%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084133
2#073A2D
3#063328
4#052C22
5#04241C
6#041D17
7#031611
8#020F0B
9#010706
Tints
Lighter variations
1#0E6F56
2#129574
3#17BB92
4#1CE1B0
5#40E7BE
6#66ECCB
7#8DF1D8
8#B3F6E5
9#D9FAF2
Tones
Muted variations
1#0C4537
2#0F4236
3#133F34
4#163C32
5#193931
6#1C362F
7#1F322E
8#222F2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C89C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094939 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFA;
--charcoal-100: #DFFBF4;
--charcoal-200: #C4F8EB;
--charcoal-300: #97F2DB;
--charcoal-400: #60EBC9;
--charcoal-500: #33E6B9;
--charcoal-600: #19C89C;
--charcoal-700: #149F7C;
--charcoal-800: #0E7159;
--charcoal-900: #094939;
--charcoal-950: #062D23;
}