Charcoal
#102242
BlueColor Codes
All color formats for development
HEX
#102242RGB
rgb(16, 34, 66)HSL
hsl(218, 61%, 16%)OKLCH
oklch(0.256 0.065 261)CMYK
cmyk(76%, 48%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1F3B
2#0D1B35
3#0B182E
4#0A1427
5#081121
6#060E1A
7#050A14
8#03070D
9#020307
Tints
Lighter variations
1#183464
2#214687
3#2958A9
4#316ACC
5#5382D5
6#759BDE
7#98B4E6
8#BACDEE
9#DDE6F7
Tones
Muted variations
1#12233F
2#15233D
3#17243A
4#1A2538
5#1C2535
6#1F2633
7#212730
8#24272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BB #A1BBE8 | BordersInactive statesPlaceholder text |
| 400 | 6F97 #6F97DC | Disabled statesSecondary iconsMuted text |
| 500 | 467A #467AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5E #2C5EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234B #234B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1935 #193567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1022 #102242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2EAF8;
--charcoal-200: #CAD8F2;
--charcoal-300: #A1BBE8;
--charcoal-400: #6F97DC;
--charcoal-500: #467AD2;
--charcoal-600: #2C5EB5;
--charcoal-700: #234B90;
--charcoal-800: #193567;
--charcoal-900: #102242;
--charcoal-950: #0A1529;
}