Charcoal
#162C69
BlueColor Codes
All color formats for development
HEX
#162C69RGB
rgb(22, 44, 105)HSL
hsl(224, 65%, 25%)OKLCH
oklch(0.316 0.111 265.4)CMYK
cmyk(79%, 58%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14285F
2#122454
3#101F4A
4#0D1B3F
5#0B1635
6#09122A
7#070D20
8#040915
9#02040B
Tints
Lighter variations
1#1D3A89
2#2447A8
3#2A54C8
4#4269D7
5#6182DE
6#819BE4
7#A0B4EB
8#C0CDF2
9#DFE6F8
Tones
Muted variations
1#1A2E65
2#1F3061
3#23325D
4#273459
5#2B3654
6#2F3850
7#333A4C
8#373C48
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D4 #C8D4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB3 #9EB3EA | BordersInactive statesPlaceholder text |
| 400 | 6C8B #6C8BE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4269 #4269D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 274E #274EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F3E #1F3E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162C #162C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0912 #09122A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FC;
--charcoal-100: #E2E8F9;
--charcoal-200: #C8D4F3;
--charcoal-300: #9EB3EA;
--charcoal-400: #6C8BE0;
--charcoal-500: #4269D7;
--charcoal-600: #274EB9;
--charcoal-700: #1F3E93;
--charcoal-800: #162C69;
--charcoal-900: #0E1C43;
--charcoal-950: #09122A;
}