Charcoal
#094749
CyanColor Codes
All color formats for development
HEX
#094749RGB
rgb(9, 71, 73)HSL
hsl(182, 78%, 16%)OKLCH
oklch(0.363 0.058 198.3)CMYK
cmyk(88%, 3%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083F41
2#07383A
3#063133
4#052A2C
5#042324
6#041C1D
7#031516
8#020E0F
9#010707
Tints
Lighter variations
1#0E6C6F
2#129195
3#17B6BB
4#1CDBE1
5#40E2E7
6#66E8EC
7#8DEEF1
8#B3F3F6
9#D9F9FA
Tones
Muted variations
1#0C4445
2#0F4142
3#133E3F
4#163B3C
5#193839
6#1C3536
7#1F3232
8#222F2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EF #97EFF2 | BordersInactive statesPlaceholder text |
| 400 | 60E7 #60E7EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E0 #33E0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C2 #19C2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149A #149A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6E #0E6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFAFB;
--charcoal-200: #C4F6F8;
--charcoal-300: #97EFF2;
--charcoal-400: #60E7EB;
--charcoal-500: #33E0E6;
--charcoal-600: #19C2C8;
--charcoal-700: #149A9F;
--charcoal-800: #0E6E71;
--charcoal-900: #094749;
--charcoal-950: #062C2D;
}