Charcoal
#101A42
BlueColor Codes
All color formats for development
HEX
#101A42RGB
rgb(16, 26, 66)HSL
hsl(228, 61%, 16%)OKLCH
oklch(0.236 0.077 269.2)CMYK
cmyk(76%, 61%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E173B
2#0D1535
3#0B122E
4#0A1027
5#080D21
6#060A1A
7#050814
8#03050D
9#020307
Tints
Lighter variations
1#182764
2#213587
3#2943A9
4#3150CC
5#536DD5
6#758ADE
7#98A7E6
8#BAC4EE
9#DDE2F7
Tones
Muted variations
1#121B3F
2#151D3D
3#171E3A
4#1A2038
5#1C2135
6#1F2333
7#212430
8#24262E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD2 #CAD2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AF #A1AFE8 | BordersInactive statesPlaceholder text |
| 400 | 6F85 #6F85DC | Disabled statesSecondary iconsMuted text |
| 500 | 4662 #4662D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C47 #2C47B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2339 #233990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1928 #192867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101A #101A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E7F8;
--charcoal-200: #CAD2F2;
--charcoal-300: #A1AFE8;
--charcoal-400: #6F85DC;
--charcoal-500: #4662D2;
--charcoal-600: #2C47B5;
--charcoal-700: #233990;
--charcoal-800: #192867;
--charcoal-900: #101A42;
--charcoal-950: #0A1029;
}