Charcoal
#16456A
BlueColor Codes
All color formats for development
HEX
#16456ARGB
rgb(22, 69, 106)HSL
hsl(206, 66%, 25%)OKLCH
oklch(0.378 0.081 246.2)CMYK
cmyk(79%, 35%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143E5F
2#113755
3#0F314A
4#0D2A3F
5#0B2335
6#091C2A
7#071520
8#040E15
9#02070B
Tints
Lighter variations
1#1C5A8A
2#236FA9
3#2984C9
4#4196D8
5#60A8DE
6#80B9E5
7#A0CBEB
8#C0DCF2
9#DFEEF8
Tones
Muted variations
1#1A4566
2#1E4461
3#22445D
4#274359
5#2B4355
6#2F4251
7#33414C
8#374148
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E1 #C8E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECA #9ECAEB | BordersInactive statesPlaceholder text |
| 400 | 6BAE #6BAEE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4196 #4196D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 267A #267ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E61 #1E6194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1645 #16456A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2C #0E2C44 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E1EFF9;
--charcoal-200: #C8E1F4;
--charcoal-300: #9ECAEB;
--charcoal-400: #6BAEE1;
--charcoal-500: #4196D8;
--charcoal-600: #267ABA;
--charcoal-700: #1E6194;
--charcoal-800: #16456A;
--charcoal-900: #0E2C44;
--charcoal-950: #091C2A;
}