Charcoal
#22365D
BlueColor Codes
All color formats for development
HEX
#22365DRGB
rgb(34, 54, 93)HSL
hsl(220, 46%, 25%)OKLCH
oklch(0.337 0.074 262.6)CMYK
cmyk(63%, 42%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3154
2#1C2B4A
3#182641
4#152038
5#111B2F
6#0E1625
7#0A101C
8#070B13
9#030509
Tints
Lighter variations
1#2D4679
2#375695
3#4167B1
4#577BC1
5#7391CB
6#8FA7D6
7#ABBDE0
8#C7D3EA
9#E3E9F5
Tones
Muted variations
1#25375A
2#283857
3#2B3954
4#2E3A51
5#313B4E
6#343C4B
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 | CFD9 #CFD9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BB #A9BBDF | BordersInactive statesPlaceholder text |
| 400 | 7D98 #7D98CF | Disabled statesSecondary iconsMuted text |
| 500 | 577B #577BC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5F #3D5FA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 304C #304C82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2236 #22365D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1623 #16233C | Primary textHigh emphasis contentDark headings |
| 950 | 0E16 #0E1625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EAF5;
--charcoal-200: #CFD9ED;
--charcoal-300: #A9BBDF;
--charcoal-400: #7D98CF;
--charcoal-500: #577BC1;
--charcoal-600: #3D5FA4;
--charcoal-700: #304C82;
--charcoal-800: #22365D;
--charcoal-900: #16233C;
--charcoal-950: #0E1625;
}