Charcoal
#094848
CyanColor Codes
All color formats for development
HEX
#094848RGB
rgb(9, 72, 72)HSL
hsl(180, 78%, 16%)OKLCH
oklch(0.365 0.059 194.9)CMYK
cmyk(88%, 0%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084141
2#073A3A
3#063333
4#052C2C
5#042424
6#041D1D
7#031616
8#020F0F
9#010707
Tints
Lighter variations
1#0E6F6F
2#129595
3#17BBBB
4#1CE1E1
5#40E7E7
6#66ECEC
7#8DF1F1
8#B3F6F6
9#D9FAFA
Tones
Muted variations
1#0C4545
2#0F4242
3#133F3F
4#163C3C
5#193939
6#1C3636
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 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094949 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFBFB;
--charcoal-200: #C4F8F8;
--charcoal-300: #97F2F2;
--charcoal-400: #60EBEB;
--charcoal-500: #33E6E6;
--charcoal-600: #19C8C8;
--charcoal-700: #149F9F;
--charcoal-800: #0E7171;
--charcoal-900: #094949;
--charcoal-950: #062D2D;
}