Charcoal
#111841
BlueColor Codes
All color formats for development
HEX
#111841RGB
rgb(17, 24, 65)HSL
hsl(231, 59%, 16%)OKLCH
oklch(0.231 0.078 271.6)CMYK
cmyk(74%, 63%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F163A
2#0D1334
3#0C112D
4#0A0E27
5#080C20
6#070A1A
7#050713
8#03050D
9#020206
Tints
Lighter variations
1#1A2563
2#223185
3#2B3EA7
4#344AC9
5#5568D3
6#7786DC
7#99A4E5
8#BBC2ED
9#DDE1F6
Tones
Muted variations
1#131A3E
2#161B3C
3#181D3A
4#1A1F37
5#1D2035
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 | CAD0 #CAD0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AC #A2ACE7 | BordersInactive statesPlaceholder text |
| 400 | 7181 #7181DA | Disabled statesSecondary iconsMuted text |
| 500 | 495D #495DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E42 #2E42B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2534 #25348E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A25 #1A2565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1118 #111841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E6F8;
--charcoal-200: #CAD0F1;
--charcoal-300: #A2ACE7;
--charcoal-400: #7181DA;
--charcoal-500: #495DD0;
--charcoal-600: #2E42B2;
--charcoal-700: #25348E;
--charcoal-800: #1A2565;
--charcoal-900: #111841;
--charcoal-950: #0A0F29;
}