Charcoal
#161D3B
BlueColor Codes
All color formats for development
HEX
#161D3BRGB
rgb(22, 29, 59)HSL
hsl(229, 46%, 16%)OKLCH
oklch(0.242 0.058 271.6)CMYK
cmyk(63%, 51%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141A36
2#121730
3#0F142A
4#0D1124
5#0B0E1E
6#090C18
7#070912
8#04060C
9#020306
Tints
Lighter variations
1#222C5B
2#2D3B7A
3#394A99
4#445AB9
5#6375C5
6#8290D1
7#A1ACDC
8#C0C8E8
9#E0E3F3
Tones
Muted variations
1#181E3A
2#1A1F38
3#1C2036
4#1E2234
5#1F2332
6#212430
7#23252E
8#25262D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B3 #A9B3DF | BordersInactive statesPlaceholder text |
| 400 | 7D8C #7D8CCF | Disabled statesSecondary iconsMuted text |
| 500 | 576B #576BC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D50 #3D50A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303F #303F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222D #222D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD4ED;
--charcoal-300: #A9B3DF;
--charcoal-400: #7D8CCF;
--charcoal-500: #576BC1;
--charcoal-600: #3D50A4;
--charcoal-700: #303F82;
--charcoal-800: #222D5D;
--charcoal-900: #161D3C;
--charcoal-950: #0E1225;
}