Charcoal
#094049
CyanColor Codes
All color formats for development
HEX
#094049RGB
rgb(9, 64, 73)HSL
hsl(188, 78%, 16%)OKLCH
oklch(0.343 0.055 211.6)CMYK
cmyk(88%, 12%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083A41
2#07333A
3#062D33
4#05262C
5#042024
6#041A1D
7#031316
8#020D0F
9#010607
Tints
Lighter variations
1#0E626F
2#128395
3#17A5BB
4#1CC7E1
5#40D1E7
6#66DAEC
7#8DE3F1
8#B3EDF6
9#D9F6FA
Tones
Muted variations
1#0C3E45
2#0F3B42
3#13393F
4#16373C
5#193439
6#1C3236
7#1F3032
8#222D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E6 #97E6F2 | BordersInactive statesPlaceholder text |
| 400 | 60D9 #60D9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CE #33CEE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B0 #19B0C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148C #148C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E64 #0E6471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFD;
--charcoal-100: #DFF7FB;
--charcoal-200: #C4F1F8;
--charcoal-300: #97E6F2;
--charcoal-400: #60D9EB;
--charcoal-500: #33CEE6;
--charcoal-600: #19B0C8;
--charcoal-700: #148C9F;
--charcoal-800: #0E6471;
--charcoal-900: #094049;
--charcoal-950: #06282D;
}