Charcoal
#222B5D
BlueColor Codes
All color formats for development
HEX
#222B5DRGB
rgb(34, 43, 93)HSL
hsl(231, 46%, 25%)OKLCH
oklch(0.311 0.089 272.5)CMYK
cmyk(63%, 54%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2754
2#1C234A
3#181E41
4#151A38
5#11162F
6#0E1125
7#0A0D1C
8#070913
9#030409
Tints
Lighter variations
1#2D3879
2#374595
3#4152B1
4#5767C1
5#7381CB
6#8F9AD6
7#ABB3E0
8#C7CCEA
9#E3E6F5
Tones
Muted variations
1#252D5A
2#282F57
3#2B3154
4#2E3351
5#31354E
6#34384B
7#373A49
8#3A3C46
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B1 #A9B1DF | BordersInactive statesPlaceholder text |
| 400 | 7D89 #7D89CF | Disabled statesSecondary iconsMuted text |
| 500 | 5767 #5767C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4C #3D4CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303D #303D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222B #222B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161C #161C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #CFD3ED;
--charcoal-300: #A9B1DF;
--charcoal-400: #7D89CF;
--charcoal-500: #5767C1;
--charcoal-600: #3D4CA4;
--charcoal-700: #303D82;
--charcoal-800: #222B5D;
--charcoal-900: #161C3C;
--charcoal-950: #0E1125;
}