Charcoal
#094942
CyanColor Codes
All color formats for development
HEX
#094942RGB
rgb(9, 73, 66)HSL
hsl(173, 78%, 16%)OKLCH
oklch(0.366 0.061 183.6)CMYK
cmyk(88%, 0%, 10%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08413B
2#073A34
3#06332E
4#052C27
5#042421
6#041D1A
7#031614
8#020F0D
9#010707
Tints
Lighter variations
1#0E6F63
2#129586
3#17BBA8
4#1CE1CA
5#40E7D4
6#66ECDD
7#8DF1E5
8#B3F6EE
9#D9FAF6
Tones
Muted variations
1#0C453F
2#0F423C
3#133F3A
4#163C37
5#193935
6#1C3633
7#1F3230
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 #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBDB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7166 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094941 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFC;
--charcoal-100: #DFFBF8;
--charcoal-200: #C4F8F2;
--charcoal-300: #97F2E7;
--charcoal-400: #60EBDB;
--charcoal-500: #33E6D1;
--charcoal-600: #19C8B3;
--charcoal-700: #149F8F;
--charcoal-800: #0E7166;
--charcoal-900: #094941;
--charcoal-950: #062D29;
}