Charcoal
#094449
CyanColor Codes
All color formats for development
HEX
#094449RGB
rgb(9, 68, 73)HSL
hsl(185, 78%, 16%)OKLCH
oklch(0.354 0.056 203.8)CMYK
cmyk(88%, 7%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083D41
2#07363A
3#062F33
4#05282C
5#042224
6#041B1D
7#031416
8#020D0F
9#010707
Tints
Lighter variations
1#0E676F
2#128A95
3#17ADBB
4#1CD1E1
5#40DAE7
6#66E1EC
7#8DE9F1
8#B3F0F6
9#D9F8FA
Tones
Muted variations
1#0C4145
2#0F3E42
3#133B3F
4#16393C
5#193639
6#1C3336
7#1F3132
8#222E2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EA #97EAF2 | BordersInactive statesPlaceholder text |
| 400 | 60E0 #60E0EB | Disabled statesSecondary iconsMuted text |
| 500 | 33D7 #33D7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B9 #19B9C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1493 #14939F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E69 #0E6971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0943 #094349 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFD;
--charcoal-100: #DFF9FB;
--charcoal-200: #C4F3F8;
--charcoal-300: #97EAF2;
--charcoal-400: #60E0EB;
--charcoal-500: #33D7E6;
--charcoal-600: #19B9C8;
--charcoal-700: #14939F;
--charcoal-800: #0E6971;
--charcoal-900: #094349;
--charcoal-950: #062A2D;
}