Charcoal
#112140
BlueColor Codes
All color formats for development
HEX
#112140RGB
rgb(17, 33, 64)HSL
hsl(220, 58%, 16%)OKLCH
oklch(0.253 0.063 262.3)CMYK
cmyk(73%, 48%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1E3A
2#0E1A34
3#0C172D
4#0A1427
5#091020
6#070D1A
7#050A13
8#03070D
9#020306
Tints
Lighter variations
1#1A3262
2#234384
3#2C55A6
4#3566C8
5#567FD2
6#7899DB
7#99B2E4
8#BBCCED
9#DDE5F6
Tones
Muted variations
1#14223E
2#16223C
3#182339
4#1B2437
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 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B9 #A2B9E6 | BordersInactive statesPlaceholder text |
| 400 | 7294 #7294DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A76 #4A76CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F5B #2F5BB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2548 #25488D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B33 #1B3365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1121 #112140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E3EAF8;
--charcoal-200: #CBD7F1;
--charcoal-300: #A2B9E6;
--charcoal-400: #7294DA;
--charcoal-500: #4A76CF;
--charcoal-600: #2F5BB1;
--charcoal-700: #25488D;
--charcoal-800: #1B3365;
--charcoal-900: #112140;
--charcoal-950: #0B1528;
}