Charcoal
#232D5C
BlueColor Codes
All color formats for development
HEX
#232D5CRGB
rgb(35, 45, 92)HSL
hsl(229, 45%, 25%)OKLCH
oklch(0.315 0.084 271.7)CMYK
cmyk(62%, 51%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202953
2#1C244A
3#192041
4#151B37
5#12172E
6#0E1225
7#0B0E1C
8#070912
9#040509
Tints
Lighter variations
1#2E3B78
2#384994
3#4357B0
4#596CC0
5#7484CA
6#909DD5
7#ACB5DF
8#C8CEEA
9#E3E6F4
Tones
Muted variations
1#262F5A
2#293157
3#2C3354
4#2F3551
5#31374E
6#34384B
7#373A48
8#3A3C45
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 | AAB4 #AAB4DF | BordersInactive statesPlaceholder text |
| 400 | 7E8C #7E8CCE | Disabled statesSecondary iconsMuted text |
| 500 | 596C #596CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E50 #3E50A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3140 #314081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232E #232E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3B | 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: #AAB4DF;
--charcoal-400: #7E8CCE;
--charcoal-500: #596CC0;
--charcoal-600: #3E50A3;
--charcoal-700: #314081;
--charcoal-800: #232E5C;
--charcoal-900: #161D3B;
--charcoal-950: #0E1225;
}