Charcoal
#112141
BlueColor Codes
All color formats for development
HEX
#112141RGB
rgb(17, 33, 65)HSL
hsl(220, 59%, 16%)OKLCH
oklch(0.253 0.064 262.7)CMYK
cmyk(74%, 49%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1D3A
2#0D1A34
3#0C172D
4#0A1427
5#081020
6#070D1A
7#050A13
8#03070D
9#020306
Tints
Lighter variations
1#1A3263
2#224385
3#2B54A7
4#3466C9
5#557FD3
6#7798DC
7#99B2E5
8#BBCCED
9#DDE5F6
Tones
Muted variations
1#13223E
2#16223C
3#18233A
4#1A2437
5#1D2535
6#1F2632
7#222630
8#24272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD7 #CAD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B9 #A2B9E7 | BordersInactive statesPlaceholder text |
| 400 | 7194 #7194DA | Disabled statesSecondary iconsMuted text |
| 500 | 4976 #4976D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5A #2E5AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2548 #25488E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A33 #1A3365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1121 #112141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A14 #0A1429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E3EAF8;
--charcoal-200: #CAD7F1;
--charcoal-300: #A2B9E7;
--charcoal-400: #7194DA;
--charcoal-500: #4976D0;
--charcoal-600: #2E5AB2;
--charcoal-700: #25488E;
--charcoal-800: #1A3365;
--charcoal-900: #112141;
--charcoal-950: #0A1429;
}