Charcoal
#171A3B
BlueColor Codes
All color formats for development
HEX
#171A3BRGB
rgb(23, 26, 59)HSL
hsl(235, 44%, 16%)OKLCH
oklch(0.235 0.063 276.5)CMYK
cmyk(61%, 56%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#151735
2#12152F
3#101229
4#0E1023
5#0B0D1D
6#090A18
7#070812
8#05050C
9#020306
Tints
Lighter variations
1#23275A
2#2F3578
3#3B4397
4#4750B6
5#656DC3
6#848ACF
7#A2A7DB
8#C1C4E7
9#E0E2F3
Tones
Muted variations
1#191B39
2#1A1D37
3#1C1E35
4#1E2034
5#202132
6#222330
7#23242E
8#25262C
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 #CFD2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAF #ABAFDE | BordersInactive statesPlaceholder text |
| 400 | 7E85 #7E85CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A62 #5A62BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F47 #3F47A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3239 #323981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3B | 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: #CFD2EC;
--charcoal-300: #ABAFDE;
--charcoal-400: #7E85CD;
--charcoal-500: #5A62BF;
--charcoal-600: #3F47A2;
--charcoal-700: #323981;
--charcoal-800: #24285C;
--charcoal-900: #171A3B;
--charcoal-950: #0E1025;
}