Charcoal
#22375D
BlueColor Codes
All color formats for development
HEX
#22375DRGB
rgb(34, 55, 93)HSL
hsl(219, 46%, 25%)OKLCH
oklch(0.34 0.072 261.4)CMYK
cmyk(63%, 41%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3154
2#1C2C4A
3#182641
4#152138
5#111B2F
6#0E1625
7#0A101C
8#070B13
9#030509
Tints
Lighter variations
1#2D4779
2#375895
3#4168B1
4#577CC1
5#7392CB
6#8FA8D6
7#ABBEE0
8#C7D3EA
9#E3E9F5
Tones
Muted variations
1#25385A
2#283957
3#2B3A54
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 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD9 #CFD9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BC #A9BCDF | BordersInactive statesPlaceholder text |
| 400 | 7D99 #7D99CF | Disabled statesSecondary iconsMuted text |
| 500 | 577C #577CC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D61 #3D61A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 304D #304D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2237 #22375D | 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: #E5EBF5;
--charcoal-200: #CFD9ED;
--charcoal-300: #A9BCDF;
--charcoal-400: #7D99CF;
--charcoal-500: #577CC1;
--charcoal-600: #3D61A4;
--charcoal-700: #304D82;
--charcoal-800: #22375D;
--charcoal-900: #16233C;
--charcoal-950: #0E1625;
}