Charcoal
#112040
BlueColor Codes
All color formats for development
HEX
#112040RGB
rgb(17, 32, 64)HSL
hsl(221, 58%, 16%)OKLCH
oklch(0.25 0.064 263.5)CMYK
cmyk(73%, 50%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1D3A
2#0E1A34
3#0C162D
4#0A1327
5#091020
6#070D1A
7#050A13
8#03060D
9#020306
Tints
Lighter variations
1#1A3162
2#234284
3#2C53A6
4#3564C8
5#567DD2
6#7897DB
7#99B1E4
8#BBCBED
9#DDE5F6
Tones
Muted variations
1#14213E
2#16223C
3#182339
4#1B2437
5#1D2435
6#1F2532
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 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B8 #A2B8E6 | BordersInactive statesPlaceholder text |
| 400 | 7293 #7293DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A74 #4A74CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F58 #2F58B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2546 #25468D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B32 #1B3265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1120 #112040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E3E9F8;
--charcoal-200: #CBD7F1;
--charcoal-300: #A2B8E6;
--charcoal-400: #7293DA;
--charcoal-500: #4A74CF;
--charcoal-600: #2F58B1;
--charcoal-700: #25468D;
--charcoal-800: #1B3265;
--charcoal-900: #112040;
--charcoal-950: #0B1428;
}