Charcoal
#094946
CyanColor Codes
All color formats for development
HEX
#094946RGB
rgb(9, 73, 70)HSL
hsl(177, 78%, 16%)OKLCH
oklch(0.368 0.06 189.9)CMYK
cmyk(88%, 0%, 4%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08413E
2#073A38
3#063331
4#052C2A
5#042423
6#041D1C
7#031615
8#020F0E
9#010707
Tints
Lighter variations
1#0E6F6A
2#12958E
3#17BBB3
4#1CE1D7
5#40E7DF
6#66ECE5
7#8DF1EC
8#B3F6F2
9#D9FAF9
Tones
Muted variations
1#0C4543
2#0F4240
3#133F3D
4#163C3A
5#193937
6#1C3634
7#1F3231
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 #C4F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094945 | 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: #DFFBFA;
--charcoal-200: #C4F8F5;
--charcoal-300: #97F2EE;
--charcoal-400: #60EBE4;
--charcoal-500: #33E6DD;
--charcoal-600: #19C8BF;
--charcoal-700: #149F98;
--charcoal-800: #0E716D;
--charcoal-900: #094945;
--charcoal-950: #062D2B;
}