Charcoal
#102442
BlueColor Codes
All color formats for development
HEX
#102442RGB
rgb(16, 36, 66)HSL
hsl(216, 61%, 16%)OKLCH
oklch(0.261 0.062 258.4)CMYK
cmyk(76%, 45%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E203B
2#0D1D35
3#0B192E
4#0A1527
5#081221
6#060E1A
7#050B14
8#03070D
9#020407
Tints
Lighter variations
1#183764
2#214987
3#295CA9
4#316FCC
5#5387D5
6#759FDE
7#98B7E6
8#BACFEE
9#DDE7F7
Tones
Muted variations
1#12243F
2#15253D
3#17253A
4#1A2638
5#1C2635
6#1F2733
7#212730
8#24282E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BD #A1BDE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9B #6F9BDC | Disabled statesSecondary iconsMuted text |
| 500 | 467E #467ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C63 #2C63B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234E #234E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1938 #193867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1024 #102442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2EBF8;
--charcoal-200: #CADAF2;
--charcoal-300: #A1BDE8;
--charcoal-400: #6F9BDC;
--charcoal-500: #467ED2;
--charcoal-600: #2C63B5;
--charcoal-700: #234E90;
--charcoal-800: #193867;
--charcoal-900: #102442;
--charcoal-950: #0A1629;
}