Charcoal
#163669
BlueColor Codes
All color formats for development
HEX
#163669RGB
rgb(22, 54, 105)HSL
hsl(217, 65%, 25%)OKLCH
oklch(0.34 0.097 259.4)CMYK
cmyk(79%, 49%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14315F
2#122B54
3#10264A
4#0D203F
5#0B1B35
6#09162A
7#071020
8#040B15
9#02050B
Tints
Lighter variations
1#1D4689
2#2457A8
3#2A67C8
4#427BD7
5#6191DE
6#81A7E4
7#A0BDEB
8#C0D3F2
9#DFE9F8
Tones
Muted variations
1#1A3765
2#1F3861
3#23395D
4#273A59
5#2B3B54
6#2F3C50
7#333D4C
8#373E48
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D9 #C8D9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBB #9EBBEA | BordersInactive statesPlaceholder text |
| 400 | 6C98 #6C98E0 | Disabled statesSecondary iconsMuted text |
| 500 | 427B #427BD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 275F #275FB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F4C #1F4C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1636 #163669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E23 #0E2343 | Primary textHigh emphasis contentDark headings |
| 950 | 0916 #09162A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FC;
--charcoal-100: #E2EAF9;
--charcoal-200: #C8D9F3;
--charcoal-300: #9EBBEA;
--charcoal-400: #6C98E0;
--charcoal-500: #427BD7;
--charcoal-600: #275FB9;
--charcoal-700: #1F4C93;
--charcoal-800: #163669;
--charcoal-900: #0E2343;
--charcoal-950: #09162A;
}