Charcoal
#094649
CyanColor Codes
All color formats for development
HEX
#094649RGB
rgb(9, 70, 73)HSL
hsl(183, 78%, 16%)OKLCH
oklch(0.36 0.057 200.1)CMYK
cmyk(88%, 4%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083E41
2#07383A
3#063133
4#052A2C
5#042324
6#041C1D
7#031516
8#020E0F
9#010707
Tints
Lighter variations
1#0E6A6F
2#128E95
3#17B3BB
4#1CD7E1
5#40DFE7
6#66E5EC
7#8DECF1
8#B3F2F6
9#D9F9FA
Tones
Muted variations
1#0C4345
2#0F4042
3#133D3F
4#163A3C
5#193739
6#1C3436
7#1F3132
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 | C4F5 #C4F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EE #97EEF2 | BordersInactive statesPlaceholder text |
| 400 | 60E4 #60E4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DD #33DDE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BF #19BFC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1498 #14989F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6D #0E6D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0945 #094549 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFAFB;
--charcoal-200: #C4F5F8;
--charcoal-300: #97EEF2;
--charcoal-400: #60E4EB;
--charcoal-500: #33DDE6;
--charcoal-600: #19BFC8;
--charcoal-700: #14989F;
--charcoal-800: #0E6D71;
--charcoal-900: #094549;
--charcoal-950: #062B2D;
}