Charcoal
#161A3C
BlueColor Codes
All color formats for development
HEX
#161A3CRGB
rgb(22, 26, 60)HSL
hsl(234, 46%, 16%)OKLCH
oklch(0.235 0.065 275.2)CMYK
cmyk(63%, 57%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141736
2#121530
3#0F122A
4#0D0F24
5#0B0D1E
6#090A18
7#070812
8#04050C
9#020306
Tints
Lighter variations
1#22275B
2#2D357A
3#394299
4#4450B9
5#636CC5
6#828AD1
7#A1A7DC
8#C0C4E8
9#E0E2F3
Tones
Muted variations
1#181B3A
2#1A1D38
3#1C1E36
4#1E2034
5#1F2132
6#212330
7#23242E
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 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AF #A9AFDF | BordersInactive statesPlaceholder text |
| 400 | 7D85 #7D85CF | Disabled statesSecondary iconsMuted text |
| 500 | 5762 #5762C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D47 #3D47A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3038 #303882 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2228 #22285D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #CFD2ED;
--charcoal-300: #A9AFDF;
--charcoal-400: #7D85CF;
--charcoal-500: #5762C1;
--charcoal-600: #3D47A4;
--charcoal-700: #303882;
--charcoal-800: #22285D;
--charcoal-900: #161A3C;
--charcoal-950: #0E1025;
}