Charcoal
#22395D
BlueColor Codes
All color formats for development
HEX
#22395DRGB
rgb(34, 57, 93)HSL
hsl(217, 46%, 25%)OKLCH
oklch(0.345 0.07 259)CMYK
cmyk(63%, 39%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3354
2#1C2E4A
3#182841
4#152238
5#111C2F
6#0E1725
7#0A111C
8#070B13
9#030609
Tints
Lighter variations
1#2D4A79
2#375B95
3#416CB1
4#5780C1
5#7395CB
6#8FAAD6
7#ABBFE0
8#C7D5EA
9#E3EAF5
Tones
Muted variations
1#253A5A
2#283A57
3#2B3B54
4#2E3C51
5#313C4E
6#343D4B
7#373E49
8#3A3E46
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDA #CFDAED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BE #A9BEDF | BordersInactive statesPlaceholder text |
| 400 | 7D9C #7D9CCF | Disabled statesSecondary iconsMuted text |
| 500 | 5780 #5780C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D64 #3D64A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3050 #305082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2239 #22395D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1624 #16243C | Primary textHigh emphasis contentDark headings |
| 950 | 0E17 #0E1725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EBF5;
--charcoal-200: #CFDAED;
--charcoal-300: #A9BEDF;
--charcoal-400: #7D9CCF;
--charcoal-500: #5780C1;
--charcoal-600: #3D64A4;
--charcoal-700: #305082;
--charcoal-800: #22395D;
--charcoal-900: #16243C;
--charcoal-950: #0E1725;
}