Charcoal
#094943
CyanColor Codes
All color formats for development
HEX
#094943RGB
rgb(9, 73, 67)HSL
hsl(174, 78%, 16%)OKLCH
oklch(0.366 0.061 185.1)CMYK
cmyk(88%, 0%, 8%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08413C
2#073A35
3#06332E
4#052C28
5#042421
6#041D1B
7#031614
8#020F0D
9#010707
Tints
Lighter variations
1#0E6F65
2#129588
3#17BBAB
4#1CE1CD
5#40E7D7
6#66ECDF
7#8DF1E7
8#B3F6EF
9#D9FAF7
Tones
Muted variations
1#0C4540
2#0F423D
3#133F3B
4#163C38
5#193936
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 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBDD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094942 | 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: #C4F8F3;
--charcoal-300: #97F2E9;
--charcoal-400: #60EBDD;
--charcoal-500: #33E6D4;
--charcoal-600: #19C8B6;
--charcoal-700: #149F91;
--charcoal-800: #0E7168;
--charcoal-900: #094942;
--charcoal-950: #062D29;
}