Charcoal
#111E41
BlueColor Codes
All color formats for development
HEX
#111E41RGB
rgb(17, 30, 65)HSL
hsl(224, 59%, 16%)OKLCH
oklch(0.246 0.069 266.1)CMYK
cmyk(74%, 54%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1B3A
2#0D1834
3#0C152D
4#0A1227
5#080F20
6#070C1A
7#050913
8#03060D
9#020306
Tints
Lighter variations
1#1A2D63
2#223D85
3#2B4CA7
4#345CC9
5#5576D3
6#7792DC
7#99ADE5
8#BBC8ED
9#DDE4F6
Tones
Muted variations
1#131F3E
2#16203C
3#18213A
4#1A2237
5#1D2335
6#1F2432
7#222530
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 | E3E8 #E3E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B4 #A2B4E7 | BordersInactive statesPlaceholder text |
| 400 | 718D #718DDA | Disabled statesSecondary iconsMuted text |
| 500 | 496D #496DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E51 #2E51B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2541 #25418E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2E #1A2E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111E #111E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E8F8;
--charcoal-200: #CAD5F1;
--charcoal-300: #A2B4E7;
--charcoal-400: #718DDA;
--charcoal-500: #496DD0;
--charcoal-600: #2E51B2;
--charcoal-700: #25418E;
--charcoal-800: #1A2E65;
--charcoal-900: #111E41;
--charcoal-950: #0A1229;
}