Charcoal
#102342
BlueColor Codes
All color formats for development
HEX
#102342RGB
rgb(16, 35, 66)HSL
hsl(217, 61%, 16%)OKLCH
oklch(0.259 0.064 259.7)CMYK
cmyk(76%, 47%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1F3B
2#0D1C35
3#0B182E
4#0A1527
5#081121
6#060E1A
7#050A14
8#03070D
9#020307
Tints
Lighter variations
1#183564
2#214887
3#295AA9
4#316CCC
5#5385D5
6#759DDE
7#98B6E6
8#BACEEE
9#DDE7F7
Tones
Muted variations
1#12243F
2#15243D
3#17253A
4#1A2538
5#1C2635
6#1F2633
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 | CAD9 #CAD9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BC #A1BCE8 | BordersInactive statesPlaceholder text |
| 400 | 6F99 #6F99DC | Disabled statesSecondary iconsMuted text |
| 500 | 467C #467CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C60 #2C60B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234D #234D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1937 #193767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1023 #102342 | 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: #CAD9F2;
--charcoal-300: #A1BCE8;
--charcoal-400: #6F99DC;
--charcoal-500: #467CD2;
--charcoal-600: #2C60B5;
--charcoal-700: #234D90;
--charcoal-800: #193767;
--charcoal-900: #102342;
--charcoal-950: #0A1629;
}