Charcoal
#09493B
CyanColor Codes
All color formats for development
HEX
#09493BRGB
rgb(9, 73, 59)HSL
hsl(167, 78%, 16%)OKLCH
oklch(0.364 0.065 173.5)CMYK
cmyk(88%, 0%, 19%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084135
2#073A2F
3#063329
4#052C23
5#04241D
6#041D18
7#031612
8#020F0C
9#010706
Tints
Lighter variations
1#0E6F5A
2#129579
3#17BB97
4#1CE1B6
5#40E7C3
6#66ECCF
7#8DF1DB
8#B3F6E7
9#D9FAF3
Tones
Muted variations
1#0C4539
2#0F4237
3#133F35
4#163C34
5#193932
6#1C3630
7#1F322E
8#222F2C
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBCD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFB;
--charcoal-100: #DFFBF5;
--charcoal-200: #C4F8ED;
--charcoal-300: #97F2DE;
--charcoal-400: #60EBCD;
--charcoal-500: #33E6BF;
--charcoal-600: #19C8A2;
--charcoal-700: #149F81;
--charcoal-800: #0E715C;
--charcoal-900: #09493B;
--charcoal-950: #062D25;
}