Charcoal
#094940
CyanColor Codes
All color formats for development
HEX
#094940RGB
rgb(9, 73, 64)HSL
hsl(172, 78%, 16%)OKLCH
oklch(0.365 0.062 180.5)CMYK
cmyk(88%, 0%, 12%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08413A
2#073A33
3#06332D
4#052C26
5#042420
6#041D1A
7#031613
8#020F0D
9#010706
Tints
Lighter variations
1#0E6F62
2#129583
3#17BBA5
4#1CE1C7
5#40E7D1
6#66ECDA
7#8DF1E3
8#B3F6ED
9#D9FAF6
Tones
Muted variations
1#0C453E
2#0F423B
3#133F39
4#163C37
5#193934
6#1C3632
7#1F3230
8#222F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7164 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094940 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFC;
--charcoal-100: #DFFBF7;
--charcoal-200: #C4F8F1;
--charcoal-300: #97F2E6;
--charcoal-400: #60EBD9;
--charcoal-500: #33E6CE;
--charcoal-600: #19C8B0;
--charcoal-700: #149F8C;
--charcoal-800: #0E7164;
--charcoal-900: #094940;
--charcoal-950: #062D28;
}