Charcoal
#0B1946
BlueColor Codes
All color formats for development
HEX
#0B1946RGB
rgb(11, 25, 70)HSL
hsl(226, 73%, 16%)OKLCH
oklch(0.234 0.087 266.5)CMYK
cmyk(84%, 64%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1640
2#091438
3#081131
4#070F2A
5#060C23
6#040A1C
7#030715
8#02050E
9#010207
Tints
Lighter variations
1#11266C
2#173391
3#1C40B6
4#224DDB
5#466AE2
6#6B88E8
7#90A6EE
8#B5C3F3
9#DAE1F9
Tones
Muted variations
1#0E1B44
2#111C41
3#141E3E
4#171F3B
5#1A2138
6#1D2235
7#202432
8#23262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D1 #C6D1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAE #9AAEEF | BordersInactive statesPlaceholder text |
| 400 | 6583 #6583E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3860 #3860E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E45 #1E45C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1837 #18379A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1127 #11276E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B19 #0B1947 | Primary textHigh emphasis contentDark headings |
| 950 | 0710 #07102C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FD;
--charcoal-100: #E0E6FA;
--charcoal-200: #C6D1F6;
--charcoal-300: #9AAEEF;
--charcoal-400: #6583E7;
--charcoal-500: #3860E0;
--charcoal-600: #1E45C2;
--charcoal-700: #18379A;
--charcoal-800: #11276E;
--charcoal-900: #0B1947;
--charcoal-950: #07102C;
}