Charcoal
#162D3B
BlueColor Codes
All color formats for development
HEX
#162D3BRGB
rgb(22, 45, 59)HSL
hsl(203, 46%, 16%)OKLCH
oklch(0.285 0.039 237)CMYK
cmyk(63%, 24%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142936
2#122430
3#0F202A
4#0D1B24
5#0B171E
6#091218
7#070E12
8#04090C
9#020506
Tints
Lighter variations
1#22455B
2#2D5D7A
3#397499
4#448CB9
5#639FC5
6#82B3D1
7#A1C6DC
8#C0D9E8
9#E0ECF3
Tones
Muted variations
1#182D3A
2#1A2C38
3#1C2C36
4#1E2B34
5#1F2B32
6#212B30
7#232A2E
8#252A2D
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 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CB #A9CBDF | BordersInactive statesPlaceholder text |
| 400 | 7DAF #7DAFCF | Disabled statesSecondary iconsMuted text |
| 500 | 5799 #5799C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7C #3D7CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3063 #306382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2247 #22475D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF5;
--charcoal-200: #CFE1ED;
--charcoal-300: #A9CBDF;
--charcoal-400: #7DAFCF;
--charcoal-500: #5799C1;
--charcoal-600: #3D7CA4;
--charcoal-700: #306382;
--charcoal-800: #22475D;
--charcoal-900: #162D3C;
--charcoal-950: #0E1C25;
}