Charcoal
#111540
BlueColor Codes
All color formats for development
HEX
#111540RGB
rgb(17, 21, 64)HSL
hsl(235, 58%, 16%)OKLCH
oklch(0.223 0.081 273.8)CMYK
cmyk(73%, 67%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F133A
2#0E1134
3#0C0F2D
4#0A0D27
5#090B20
6#07081A
7#050613
8#03040D
9#020206
Tints
Lighter variations
1#1A2062
2#232B84
3#2C36A6
4#3541C8
5#5660D2
6#7880DB
7#99A0E4
8#BBBFED
9#DDDFF6
Tones
Muted variations
1#14173E
2#16193C
3#181B39
4#1B1D37
5#1D1F35
6#1F2132
7#222330
8#24252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A8 #A2A8E6 | BordersInactive statesPlaceholder text |
| 400 | 727B #727BDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A55 #4A55CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F3A #2F3AB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252E #252E8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B21 #1B2165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1115 #111540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E5F8;
--charcoal-200: #CBCEF1;
--charcoal-300: #A2A8E6;
--charcoal-400: #727BDA;
--charcoal-500: #4A55CF;
--charcoal-600: #2F3AB1;
--charcoal-700: #252E8D;
--charcoal-800: #1B2165;
--charcoal-900: #111540;
--charcoal-950: #0B0D28;
}