Charcoal
#101E42
BlueColor Codes
All color formats for development
HEX
#101E42RGB
rgb(16, 30, 66)HSL
hsl(223, 61%, 16%)OKLCH
oklch(0.246 0.071 265.5)CMYK
cmyk(76%, 55%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1B3B
2#0D1835
3#0B152E
4#0A1227
5#080F21
6#060C1A
7#050914
8#03060D
9#020307
Tints
Lighter variations
1#182E64
2#213E87
3#294DA9
4#315DCC
5#5378D5
6#7593DE
7#98AEE6
8#BAC9EE
9#DDE4F7
Tones
Muted variations
1#121F3F
2#15203D
3#17213A
4#1A2238
5#1C2335
6#1F2433
7#212630
8#24272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B5 #A1B5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8E #6F8EDC | Disabled statesSecondary iconsMuted text |
| 500 | 466E #466ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C53 #2C53B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2342 #234290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192F #192F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101E #101E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A13 #0A1329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E8F8;
--charcoal-200: #CAD5F2;
--charcoal-300: #A1B5E8;
--charcoal-400: #6F8EDC;
--charcoal-500: #466ED2;
--charcoal-600: #2C53B5;
--charcoal-700: #234290;
--charcoal-800: #192F67;
--charcoal-900: #101E42;
--charcoal-950: #0A1329;
}