Charcoal
#161B3B
BlueColor Codes
All color formats for development
HEX
#161B3BRGB
rgb(22, 27, 59)HSL
hsl(232, 46%, 16%)OKLCH
oklch(0.237 0.061 274.1)CMYK
cmyk(63%, 54%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141836
2#121630
3#0F132A
4#0D1024
5#0B0E1E
6#090B18
7#070812
8#04050C
9#020306
Tints
Lighter variations
1#22295B
2#2D377A
3#394699
4#4454B9
5#6370C5
6#828CD1
7#A1A9DC
8#C0C6E8
9#E0E2F3
Tones
Muted variations
1#181C3A
2#1A1E38
3#1C1F36
4#1E2134
5#1F2232
6#212330
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 | 7D88 #7D88CF | Disabled statesSecondary iconsMuted text |
| 500 | 5766 #5766C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4A #3D4AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303B #303B82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222A #222A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3C | 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: #7D88CF;
--charcoal-500: #5766C1;
--charcoal-600: #3D4AA4;
--charcoal-700: #303B82;
--charcoal-800: #222A5D;
--charcoal-900: #161B3C;
--charcoal-950: #0E1125;
}