Charcoal
#094448
CyanColor Codes
All color formats for development
HEX
#094448RGB
rgb(9, 68, 72)HSL
hsl(184, 78%, 16%)OKLCH
oklch(0.354 0.056 202)CMYK
cmyk(88%, 6%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083E41
2#07373A
3#063033
4#05292C
5#042224
6#041B1D
7#031516
8#020E0F
9#010707
Tints
Lighter variations
1#0E686F
2#128C95
3#17B0BB
4#1CD4E1
5#40DCE7
6#66E3EC
7#8DEAF1
8#B3F1F6
9#D9F8FA
Tones
Muted variations
1#0C4245
2#0F3F42
3#133C3F
4#16393C
5#193739
6#1C3436
7#1F3132
8#222E2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EC #97ECF2 | BordersInactive statesPlaceholder text |
| 400 | 60E2 #60E2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DA #33DAE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BC #19BCC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1496 #14969F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6B #0E6B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094449 | 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: #DFF9FB;
--charcoal-200: #C4F4F8;
--charcoal-300: #97ECF2;
--charcoal-400: #60E2EB;
--charcoal-500: #33DAE6;
--charcoal-600: #19BCC8;
--charcoal-700: #14969F;
--charcoal-800: #0E6B71;
--charcoal-900: #094449;
--charcoal-950: #062B2D;
}