Charcoal
#232B5C
BlueColor Codes
All color formats for development
HEX
#232B5CRGB
rgb(35, 43, 92)HSL
hsl(232, 45%, 25%)OKLCH
oklch(0.311 0.087 273.3)CMYK
cmyk(62%, 53%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202653
2#1C224A
3#191E41
4#151A37
5#12152E
6#0E1125
7#0B0D1C
8#070912
9#040409
Tints
Lighter variations
1#2E3878
2#384494
3#4351B0
4#5966C0
5#7480CA
6#9099D5
7#ACB3DF
8#C8CCEA
9#E3E6F4
Tones
Muted variations
1#262D5A
2#292F57
3#2C3154
4#2F3351
5#31354E
6#34374B
7#373948
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 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB1 #AAB1DF | BordersInactive statesPlaceholder text |
| 400 | 7E88 #7E88CE | Disabled statesSecondary iconsMuted text |
| 500 | 5966 #5966C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E4B #3E4BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313C #313C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232B #232B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3B | 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: #AAB1DF;
--charcoal-400: #7E88CE;
--charcoal-500: #5966C0;
--charcoal-600: #3E4BA3;
--charcoal-700: #313C81;
--charcoal-800: #232B5C;
--charcoal-900: #161B3B;
--charcoal-950: #0E1125;
}