Charcoal
#094349
CyanColor Codes
All color formats for development
HEX
#094349RGB
rgb(9, 67, 73)HSL
hsl(186, 78%, 16%)OKLCH
oklch(0.351 0.056 205.7)CMYK
cmyk(88%, 8%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083C41
2#07353A
3#062E33
4#05282C
5#042124
6#041B1D
7#031416
8#020D0F
9#010707
Tints
Lighter variations
1#0E656F
2#128895
3#17ABBB
4#1CCDE1
5#40D7E7
6#66DFEC
7#8DE7F1
8#B3EFF6
9#D9F7FA
Tones
Muted variations
1#0C4045
2#0F3D42
3#133B3F
4#16383C
5#193639
6#1C3336
7#1F3032
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 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E9 #97E9F2 | BordersInactive statesPlaceholder text |
| 400 | 60DD #60DDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33D4 #33D4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B6 #19B6C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1491 #14919F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E68 #0E6871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0942 #094249 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFD;
--charcoal-100: #DFF8FB;
--charcoal-200: #C4F3F8;
--charcoal-300: #97E9F2;
--charcoal-400: #60DDEB;
--charcoal-500: #33D4E6;
--charcoal-600: #19B6C8;
--charcoal-700: #14919F;
--charcoal-800: #0E6871;
--charcoal-900: #094249;
--charcoal-950: #06292D;
}