Charcoal
#163969
BlueColor Codes
All color formats for development
HEX
#163969RGB
rgb(22, 57, 105)HSL
hsl(215, 65%, 25%)OKLCH
oklch(0.347 0.093 257.2)CMYK
cmyk(79%, 46%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14335F
2#122D54
3#10284A
4#0D223F
5#0B1C35
6#09172A
7#071120
8#040B15
9#02060B
Tints
Lighter variations
1#1D4A89
2#245BA8
3#2A6CC8
4#4280D7
5#6195DE
6#81AAE4
7#A0BFEB
8#C0D5F2
9#DFEAF8
Tones
Muted variations
1#1A3A65
2#1F3A61
3#233B5D
4#273C59
5#2B3C54
6#2F3D50
7#333E4C
8#373E48
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DA #C8DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBE #9EBEEA | BordersInactive statesPlaceholder text |
| 400 | 6C9C #6C9CE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4280 #4280D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2764 #2764B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F50 #1F5093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1639 #163969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E24 #0E2443 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FC;
--charcoal-100: #E2EBF9;
--charcoal-200: #C8DAF3;
--charcoal-300: #9EBEEA;
--charcoal-400: #6C9CE0;
--charcoal-500: #4280D7;
--charcoal-600: #2764B9;
--charcoal-700: #1F5093;
--charcoal-800: #163969;
--charcoal-900: #0E2443;
--charcoal-950: #09172A;
}