Charcoal
#111440
BlueColor Codes
All color formats for development
HEX
#111440RGB
rgb(17, 20, 64)HSL
hsl(236, 58%, 16%)OKLCH
oklch(0.221 0.082 274.5)CMYK
cmyk(73%, 69%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F123A
2#0E1034
3#0C0E2D
4#0A0C27
5#090A20
6#07081A
7#050613
8#03040D
9#020206
Tints
Lighter variations
1#1A1F62
2#232A84
3#2C34A6
4#353FC8
5#565ED2
6#787EDB
7#999EE4
8#BBBFED
9#DDDFF6
Tones
Muted variations
1#14163E
2#16183C
3#181A39
4#1B1C37
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 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A7 #A2A7E6 | BordersInactive statesPlaceholder text |
| 400 | 7279 #7279DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A53 #4A53CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F38 #2F38B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252C #252C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B20 #1B2065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111440 | 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: #E3E4F8;
--charcoal-200: #CBCDF1;
--charcoal-300: #A2A7E6;
--charcoal-400: #7279DA;
--charcoal-500: #4A53CF;
--charcoal-600: #2F38B1;
--charcoal-700: #252C8D;
--charcoal-800: #1B2065;
--charcoal-900: #111440;
--charcoal-950: #0B0D28;
}