Charcoal
#16263B
BlueColor Codes
All color formats for development
HEX
#16263BRGB
rgb(22, 38, 59)HSL
hsl(214, 46%, 16%)OKLCH
oklch(0.266 0.045 255.6)CMYK
cmyk(63%, 36%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142236
2#121F30
3#0F1B2A
4#0D1724
5#0B131E
6#090F18
7#070B12
8#04080C
9#020406
Tints
Lighter variations
1#223A5B
2#2D4F7A
3#396399
4#4477B9
5#638DC5
6#82A4D1
7#A1BBDC
8#C0D2E8
9#E0E8F3
Tones
Muted variations
1#18273A
2#1A2738
3#1C2736
4#1E2734
5#1F2832
6#212830
7#23282E
8#25282D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C1 #A9C1DF | BordersInactive statesPlaceholder text |
| 400 | 7DA0 #7DA0CF | Disabled statesSecondary iconsMuted text |
| 500 | 5785 #5785C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D69 #3D69A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3054 #305482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223C #223C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1626 #16263C | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF5;
--charcoal-200: #CFDCED;
--charcoal-300: #A9C1DF;
--charcoal-400: #7DA0CF;
--charcoal-500: #5785C1;
--charcoal-600: #3D69A4;
--charcoal-700: #305482;
--charcoal-800: #223C5D;
--charcoal-900: #16263C;
--charcoal-950: #0E1825;
}