Charcoal
#162C3C
BlueColor Codes
All color formats for development
HEX
#162C3CRGB
rgb(22, 44, 60)HSL
hsl(205, 46%, 16%)OKLCH
oklch(0.283 0.041 241.7)CMYK
cmyk(63%, 27%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142836
2#122330
3#0F1F2A
4#0D1A24
5#0B161E
6#091218
7#070D12
8#04090C
9#020406
Tints
Lighter variations
1#22435B
2#2D5A7A
3#397199
4#4488B9
5#639CC5
6#82B0D1
7#A1C4DC
8#C0D7E8
9#E0EBF3
Tones
Muted variations
1#182C3A
2#1A2B38
3#1C2B36
4#1E2B34
5#1F2A32
6#212A30
7#232A2E
8#25292D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C9 #A9C9DF | BordersInactive statesPlaceholder text |
| 400 | 7DAD #7DADCF | Disabled statesSecondary iconsMuted text |
| 500 | 5795 #5795C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D79 #3D79A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3060 #306082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2245 #22455D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162C #162C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF5;
--charcoal-200: #CFE0ED;
--charcoal-300: #A9C9DF;
--charcoal-400: #7DADCF;
--charcoal-500: #5795C1;
--charcoal-600: #3D79A4;
--charcoal-700: #306082;
--charcoal-800: #22455D;
--charcoal-900: #162C3C;
--charcoal-950: #0E1B25;
}