Charcoal
#23285C
BlueColor Codes
All color formats for development
HEX
#23285CRGB
rgb(35, 40, 92)HSL
hsl(235, 45%, 25%)OKLCH
oklch(0.304 0.092 275.4)CMYK
cmyk(62%, 57%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202453
2#1C204A
3#191C41
4#151837
5#12142E
6#0E1025
7#0B0C1C
8#070812
9#040409
Tints
Lighter variations
1#2E3478
2#384094
3#434CB0
4#5961C0
5#747CCA
6#9096D5
7#ACB0DF
8#C8CAEA
9#E3E5F4
Tones
Muted variations
1#262A5A
2#292D57
3#2C2F54
4#2F3151
5#31344E
6#34364B
7#373948
8#3A3B45
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD1 #CFD1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAE #AAAEDF | BordersInactive statesPlaceholder text |
| 400 | 7E84 #7E84CE | Disabled statesSecondary iconsMuted text |
| 500 | 5961 #5961C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E46 #3E46A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3138 #313881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2328 #23285C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD1ED;
--charcoal-300: #AAAEDF;
--charcoal-400: #7E84CE;
--charcoal-500: #5961C0;
--charcoal-600: #3E46A3;
--charcoal-700: #313881;
--charcoal-800: #23285C;
--charcoal-900: #161A3B;
--charcoal-950: #0E1025;
}