Charcoal
#111840
BlueColor Codes
All color formats for development
HEX
#111840RGB
rgb(17, 24, 64)HSL
hsl(231, 58%, 16%)OKLCH
oklch(0.23 0.076 271.6)CMYK
cmyk(73%, 63%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F163A
2#0E1334
3#0C112D
4#0A0F27
5#090C20
6#070A1A
7#050713
8#03050D
9#020206
Tints
Lighter variations
1#1A2562
2#233284
3#2C3EA6
4#354BC8
5#5668D2
6#7887DB
7#99A5E4
8#BBC3ED
9#DDE1F6
Tones
Muted variations
1#141A3E
2#161C3C
3#181D39
4#1B1F37
5#1D2135
6#1F2232
7#222430
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 | E3E6 #E3E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD0 #CBD0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AD #A2ADE6 | BordersInactive statesPlaceholder text |
| 400 | 7282 #7282DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A5E #4A5ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F43 #2F43B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2535 #25358D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B26 #1B2665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1118 #111840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E6F8;
--charcoal-200: #CBD0F1;
--charcoal-300: #A2ADE6;
--charcoal-400: #7282DA;
--charcoal-500: #4A5ECF;
--charcoal-600: #2F43B1;
--charcoal-700: #25358D;
--charcoal-800: #1B2665;
--charcoal-900: #111840;
--charcoal-950: #0B0F28;
}