Charcoal
#05424D
CyanColor Codes
All color formats for development
HEX
#05424DRGB
rgb(5, 66, 77)HSL
hsl(189, 88%, 16%)OKLCH
oklch(0.349 0.059 213.9)CMYK
cmyk(94%, 14%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043B45
2#04353D
3#032E36
4#03282E
5#022126
6#021A1F
7#011417
8#010D0F
9#000708
Tints
Lighter variations
1#076575
2#0A879D
3#0DAAC6
4#0FCCEE
5#36D6F2
6#5EDEF5
7#86E6F7
8#AEEFFA
9#D7F7FC
Tones
Muted variations
1#083F49
2#0C3D46
3#103A42
4#13383E
5#17353B
6#1A3337
7#1E3034
8#222E30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F8 | BordersInactive statesPlaceholder text |
| 400 | 57DD #57DDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D3 #27D3F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB5 #0DB5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B90 #0B90A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFE;
--charcoal-100: #DDF8FD;
--charcoal-200: #C1F2FB;
--charcoal-300: #91E8F8;
--charcoal-400: #57DDF4;
--charcoal-500: #27D3F1;
--charcoal-600: #0DB5D3;
--charcoal-700: #0B90A8;
--charcoal-800: #086778;
--charcoal-900: #05424D;
--charcoal-950: #032930;
}