Charcoal
#22355D
BlueColor Codes
All color formats for development
HEX
#22355DRGB
rgb(34, 53, 93)HSL
hsl(221, 46%, 25%)OKLCH
oklch(0.335 0.075 263.7)CMYK
cmyk(63%, 43%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3054
2#1C2A4A
3#182541
4#152038
5#111A2F
6#0E1525
7#0A101C
8#070B13
9#030509
Tints
Lighter variations
1#2D4579
2#375595
3#4165B1
4#5779C1
5#738FCB
6#8FA6D6
7#ABBCE0
8#C7D2EA
9#E3E9F5
Tones
Muted variations
1#25365A
2#283757
3#2B3854
4#2E3951
5#313A4E
6#343B4B
7#373D49
8#3A3E46
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 | 7D97 #7D97CF | Disabled statesSecondary iconsMuted text |
| 500 | 5779 #5779C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5D #3D5DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 304A #304A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2235 #22355D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1622 #16223C | 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: #7D97CF;
--charcoal-500: #5779C1;
--charcoal-600: #3D5DA4;
--charcoal-700: #304A82;
--charcoal-800: #22355D;
--charcoal-900: #16223C;
--charcoal-950: #0E1525;
}