Charcoal
#09493D
CyanColor Codes
All color formats for development
HEX
#09493DRGB
rgb(9, 73, 61)HSL
hsl(169, 78%, 16%)OKLCH
oklch(0.364 0.064 176.2)CMYK
cmyk(88%, 0%, 16%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084137
2#073A31
3#06332B
4#052C25
5#04241E
6#041D18
7#031612
8#020F0C
9#010706
Tints
Lighter variations
1#0E6F5D
2#12957D
3#17BB9D
4#1CE1BD
5#40E7C9
6#66ECD4
7#8DF1DE
8#B3F6E9
9#D9FAF4
Tones
Muted variations
1#0C453B
2#0F4239
3#133F37
4#163C35
5#193933
6#1C3631
7#1F322F
8#222F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFB;
--charcoal-100: #DFFBF6;
--charcoal-200: #C4F8EE;
--charcoal-300: #97F2E1;
--charcoal-400: #60EBD2;
--charcoal-500: #33E6C5;
--charcoal-600: #19C8A8;
--charcoal-700: #149F85;
--charcoal-800: #0E715F;
--charcoal-900: #09493D;
--charcoal-950: #062D26;
}