Charcoal
#122140
BlueColor Codes
All color formats for development
HEX
#122140RGB
rgb(18, 33, 64)HSL
hsl(220, 56%, 16%)OKLCH
oklch(0.253 0.062 263.2)CMYK
cmyk(72%, 48%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101E39
2#0E1B33
3#0D172D
4#0B1426
5#091120
6#070D19
7#050A13
8#04070D
9#020306
Tints
Lighter variations
1#1B3361
2#254482
3#2E55A4
4#3867C5
5#5880D0
6#7999D9
7#9BB3E3
8#BCCCEC
9#DEE6F6
Tones
Muted variations
1#14223D
2#17233B
3#192339
4#1B2437
5#1D2534
6#202632
7#222730
8#24272D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD8 #CBD8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B9 #A4B9E5 | BordersInactive statesPlaceholder text |
| 400 | 7495 #7495D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C77 #4C77CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 315B #315BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2749 #27498B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C34 #1C3463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1221 #122140 | 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: #E3EAF7;
--charcoal-200: #CBD8F0;
--charcoal-300: #A4B9E5;
--charcoal-400: #7495D8;
--charcoal-500: #4C77CD;
--charcoal-600: #315BAF;
--charcoal-700: #27498B;
--charcoal-800: #1C3463;
--charcoal-900: #122140;
--charcoal-950: #0B1528;
}