Charcoal
#173269
BlueColor Codes
All color formats for development
HEX
#173269RGB
rgb(23, 50, 105)HSL
hsl(220, 64%, 25%)OKLCH
oklch(0.33 0.102 262.5)CMYK
cmyk(78%, 52%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152D5E
2#122854
3#102349
4#0E1E3F
5#0B1934
6#09142A
7#070F1F
8#050A15
9#02050A
Tints
Lighter variations
1#1E4188
2#2550A7
3#2C5FC7
4#4374D6
5#628BDD
6#82A2E3
7#A1B9EA
8#C0D1F1
9#E0E8F8
Tones
Muted variations
1#1B3464
2#1F3560
3#23365C
4#273858
5#2B3954
6#2F3A50
7#343C4C
8#383D48
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB8 #9FB8EA | BordersInactive statesPlaceholder text |
| 400 | 6D93 #6D93DF | Disabled statesSecondary iconsMuted text |
| 500 | 4374 #4374D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2858 #2858B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2046 #204692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1732 #173269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F20 #0F2043 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FC;
--charcoal-100: #E2E9F9;
--charcoal-200: #C9D7F3;
--charcoal-300: #9FB8EA;
--charcoal-400: #6D93DF;
--charcoal-500: #4374D6;
--charcoal-600: #2858B8;
--charcoal-700: #204692;
--charcoal-800: #173269;
--charcoal-900: #0F2043;
--charcoal-950: #09142A;
}