Charcoal
#222C5D
BlueColor Codes
All color formats for development
HEX
#222C5DRGB
rgb(34, 44, 93)HSL
hsl(230, 46%, 25%)OKLCH
oklch(0.313 0.088 271.8)CMYK
cmyk(63%, 53%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2854
2#1C234A
3#181F41
4#151B38
5#11162F
6#0E1225
7#0A0D1C
8#070913
9#030409
Tints
Lighter variations
1#2D3979
2#374795
3#4154B1
4#5769C1
5#7382CB
6#8F9BD6
7#ABB4E0
8#C7CDEA
9#E3E6F5
Tones
Muted variations
1#252E5A
2#283057
3#2B3254
4#2E3451
5#31364E
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 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B2 #A9B2DF | BordersInactive statesPlaceholder text |
| 400 | 7D8A #7D8ACF | Disabled statesSecondary iconsMuted text |
| 500 | 5769 #5769C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D4E #3D4EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303E #303E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222C #222C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161C #161C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD4ED;
--charcoal-300: #A9B2DF;
--charcoal-400: #7D8ACF;
--charcoal-500: #5769C1;
--charcoal-600: #3D4EA4;
--charcoal-700: #303E82;
--charcoal-800: #222C5D;
--charcoal-900: #161C3C;
--charcoal-950: #0E1225;
}