Charcoal
#22345D
BlueColor Codes
All color formats for development
HEX
#22345DRGB
rgb(34, 52, 93)HSL
hsl(222, 46%, 25%)OKLCH
oklch(0.332 0.076 264.7)CMYK
cmyk(63%, 44%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2F54
2#1C2A4A
3#182441
4#151F38
5#111A2F
6#0E1525
7#0A101C
8#070A13
9#030509
Tints
Lighter variations
1#2D4479
2#375395
3#4163B1
4#5777C1
5#738ECB
6#8FA4D6
7#ABBBE0
8#C7D2EA
9#E3E8F5
Tones
Muted variations
1#25355A
2#283657
3#2B3854
4#2E3951
5#313A4E
6#343B4B
7#373C49
8#3A3D46
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BA #A9BADF | BordersInactive statesPlaceholder text |
| 400 | 7D95 #7D95CF | Disabled statesSecondary iconsMuted text |
| 500 | 5777 #5777C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5C #3D5CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3049 #304982 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2234 #22345D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213C | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EAF5;
--charcoal-200: #CFD8ED;
--charcoal-300: #A9BADF;
--charcoal-400: #7D95CF;
--charcoal-500: #5777C1;
--charcoal-600: #3D5CA4;
--charcoal-700: #304982;
--charcoal-800: #22345D;
--charcoal-900: #16213C;
--charcoal-950: #0E1525;
}