Charcoal
#101F42
BlueColor Codes
All color formats for development
HEX
#101F42RGB
rgb(16, 31, 66)HSL
hsl(222, 61%, 16%)OKLCH
oklch(0.248 0.069 264.5)CMYK
cmyk(76%, 53%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1C3B
2#0D1935
3#0B162E
4#0A1327
5#080F21
6#060C1A
7#050914
8#03060D
9#020307
Tints
Lighter variations
1#182F64
2#213F87
3#294FA9
4#3160CC
5#537AD5
6#7594DE
7#98AFE6
8#BACAEE
9#DDE4F7
Tones
Muted variations
1#12203F
2#15213D
3#17223A
4#1A2338
5#1C2435
6#1F2533
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 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD6 #CAD6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B6 #A1B6E8 | BordersInactive statesPlaceholder text |
| 400 | 6F90 #6F90DC | Disabled statesSecondary iconsMuted text |
| 500 | 4670 #4670D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C55 #2C55B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2343 #234390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1930 #193067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101F #101F42 | 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: #E2E9F8;
--charcoal-200: #CAD6F2;
--charcoal-300: #A1B6E8;
--charcoal-400: #6F90DC;
--charcoal-500: #4670D2;
--charcoal-600: #2C55B5;
--charcoal-700: #234390;
--charcoal-800: #193067;
--charcoal-900: #101F42;
--charcoal-950: #0A1329;
}