Charcoal
#163269
BlueColor Codes
All color formats for development
HEX
#163269RGB
rgb(22, 50, 105)HSL
hsl(220, 65%, 25%)OKLCH
oklch(0.33 0.102 262.1)CMYK
cmyk(79%, 52%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142D5F
2#122854
3#10234A
4#0D1E3F
5#0B1935
6#09142A
7#070F20
8#040A15
9#02050B
Tints
Lighter variations
1#1D4189
2#2450A8
3#2A5FC8
4#4273D7
5#618BDE
6#81A2E4
7#A0B9EB
8#C0D0F2
9#DFE8F8
Tones
Muted variations
1#1A3365
2#1F3561
3#23365D
4#273759
5#2B3954
6#2F3A50
7#333C4C
8#373D48
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 | C8D7 #C8D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB8 #9EB8EA | BordersInactive statesPlaceholder text |
| 400 | 6C92 #6C92E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4273 #4273D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2758 #2758B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F46 #1F4693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1632 #163269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E20 #0E2043 | 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: #C8D7F3;
--charcoal-300: #9EB8EA;
--charcoal-400: #6C92E0;
--charcoal-500: #4273D7;
--charcoal-600: #2758B9;
--charcoal-700: #1F4693;
--charcoal-800: #163269;
--charcoal-900: #0E2043;
--charcoal-950: #09142A;
}