Charcoal
#094948
CyanColor Codes
All color formats for development
HEX
#094948RGB
rgb(9, 73, 72)HSL
hsl(179, 78%, 16%)OKLCH
oklch(0.368 0.059 193.2)CMYK
cmyk(88%, 0%, 1%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084140
2#073A39
3#063332
4#052C2B
5#042424
6#041D1D
7#031615
8#020F0E
9#010707
Tints
Lighter variations
1#0E6F6D
2#129593
3#17BBB8
4#1CE1DE
5#40E7E5
6#66ECEA
7#8DF1EF
8#B3F6F4
9#D9FAFA
Tones
Muted variations
1#0C4544
2#0F4241
3#133F3E
4#163C3B
5#193938
6#1C3635
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 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | 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: #C4F8F7;
--charcoal-300: #97F2F1;
--charcoal-400: #60EBE9;
--charcoal-500: #33E6E3;
--charcoal-600: #19C8C5;
--charcoal-700: #149F9D;
--charcoal-800: #0E7170;
--charcoal-900: #094948;
--charcoal-950: #062D2D;
}