Charcoal
#162E3C
BlueColor Codes
All color formats for development
HEX
#162E3CRGB
rgb(22, 46, 60)HSL
hsl(202, 46%, 16%)OKLCH
oklch(0.289 0.04 236)CMYK
cmyk(63%, 23%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142936
2#122530
3#0F202A
4#0D1B24
5#0B171E
6#091218
7#070E12
8#04090C
9#020506
Tints
Lighter variations
1#22465B
2#2D5E7A
3#397699
4#448EB9
5#63A1C5
6#82B4D1
7#A1C7DC
8#C0D9E8
9#E0ECF3
Tones
Muted variations
1#182D3A
2#1A2D38
3#1C2C36
4#1E2C34
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 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CC #A9CCDF | BordersInactive statesPlaceholder text |
| 400 | 7DB1 #7DB1CF | Disabled statesSecondary iconsMuted text |
| 500 | 579A #579AC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7E #3D7EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3064 #306482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2248 #22485D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF5;
--charcoal-200: #CFE2ED;
--charcoal-300: #A9CCDF;
--charcoal-400: #7DB1CF;
--charcoal-500: #579AC1;
--charcoal-600: #3D7EA4;
--charcoal-700: #306482;
--charcoal-800: #22485D;
--charcoal-900: #162E3C;
--charcoal-950: #0E1D25;
}