Charcoal
#111D40
BlueColor Codes
All color formats for development
HEX
#111D40RGB
rgb(17, 29, 64)HSL
hsl(225, 58%, 16%)OKLCH
oklch(0.242 0.069 267)CMYK
cmyk(73%, 55%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1A3A
2#0E1734
3#0C142D
4#0A1127
5#090E20
6#070C1A
7#050913
8#03060D
9#020306
Tints
Lighter variations
1#1A2C62
2#233B84
3#2C4BA6
4#355AC8
5#5675D2
6#7890DB
7#99ACE4
8#BBC8ED
9#DDE3F6
Tones
Muted variations
1#141E3E
2#161F3C
3#182139
4#1B2237
5#1D2335
6#1F2432
7#222530
8#24262E
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 | CBD4 #CBD4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B3 #A2B3E6 | BordersInactive statesPlaceholder text |
| 400 | 728C #728CDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A6B #4A6BCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F50 #2F50B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253F #253F8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B2D #1B2D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111D #111D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B12 #0B1228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E8F8;
--charcoal-200: #CBD4F1;
--charcoal-300: #A2B3E6;
--charcoal-400: #728CDA;
--charcoal-500: #4A6BCF;
--charcoal-600: #2F50B1;
--charcoal-700: #253F8D;
--charcoal-800: #1B2D65;
--charcoal-900: #111D40;
--charcoal-950: #0B1228;
}