Charcoal
#161C3C
BlueColor Codes
All color formats for development
HEX
#161C3CRGB
rgb(22, 28, 60)HSL
hsl(231, 46%, 16%)OKLCH
oklch(0.24 0.061 273)CMYK
cmyk(63%, 53%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141936
2#121630
3#0F132A
4#0D1124
5#0B0E1E
6#090B18
7#070812
8#04060C
9#020306
Tints
Lighter variations
1#222A5B
2#2D397A
3#394799
4#4456B9
5#6371C5
6#828ED1
7#A1AADC
8#C0C6E8
9#E0E3F3
Tones
Muted variations
1#181D3A
2#1A1E38
3#1C2036
4#1E2134
5#1F2232
6#212430
7#23252E
8#25262D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B1 #A9B1DF | BordersInactive statesPlaceholder text |
| 400 | 7D89 #7D89CF | Disabled statesSecondary iconsMuted text |
| 500 | 5767 #5767C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4C #3D4CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303D #303D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222B #222B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161C #161C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #CFD3ED;
--charcoal-300: #A9B1DF;
--charcoal-400: #7D89CF;
--charcoal-500: #5767C1;
--charcoal-600: #3D4CA4;
--charcoal-700: #303D82;
--charcoal-800: #222B5D;
--charcoal-900: #161C3C;
--charcoal-950: #0E1125;
}