Charcoal
#232E5C
BlueColor Codes
All color formats for development
HEX
#232E5CRGB
rgb(35, 46, 92)HSL
hsl(228, 45%, 25%)OKLCH
oklch(0.318 0.083 270.9)CMYK
cmyk(62%, 50%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202A53
2#1C254A
3#192141
4#151C37
5#12172E
6#0E1325
7#0B0E1C
8#070912
9#040509
Tints
Lighter variations
1#2E3C78
2#384A94
3#4358B0
4#596DC0
5#7486CA
6#909ED5
7#ACB6DF
8#C8CEEA
9#E3E7F4
Tones
Muted variations
1#26305A
2#293257
3#2C3454
4#2F3551
5#31374E
6#34394B
7#373B48
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 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB5 #AAB5DF | BordersInactive statesPlaceholder text |
| 400 | 7E8E #7E8ECE | Disabled statesSecondary iconsMuted text |
| 500 | 596D #596DC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E52 #3E52A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3141 #314181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232F #232F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD5ED;
--charcoal-300: #AAB5DF;
--charcoal-400: #7E8ECE;
--charcoal-500: #596DC0;
--charcoal-600: #3E52A3;
--charcoal-700: #314181;
--charcoal-800: #232F5C;
--charcoal-900: #161E3B;
--charcoal-950: #0E1325;
}