Charcoal
#23245C
BlueColor Codes
All color formats for development
HEX
#23245CRGB
rgb(35, 36, 92)HSL
hsl(239, 45%, 25%)OKLCH
oklch(0.295 0.098 277.8)CMYK
cmyk(62%, 61%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202053
2#1C1D4A
3#191941
4#151637
5#12122E
6#0E0E25
7#0B0B1C
8#070712
9#040409
Tints
Lighter variations
1#2E2F78
2#383A94
3#4344B0
4#595AC0
5#7476CA
6#9091D5
7#ACADDF
8#C8C8EA
9#E3E4F4
Tones
Muted variations
1#26275A
2#292A57
3#2C2C54
4#2F2F51
5#31324E
6#34354B
7#373748
8#3A3A45
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAB #AAABDF | BordersInactive statesPlaceholder text |
| 400 | 7E7F #7E7FCE | Disabled statesSecondary iconsMuted text |
| 500 | 595A #595AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E3F #3E3FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3132 #313281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2324 #23245C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1617 #16173B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E5F5;
--charcoal-200: #CFCFED;
--charcoal-300: #AAABDF;
--charcoal-400: #7E7FCE;
--charcoal-500: #595AC0;
--charcoal-600: #3E3FA3;
--charcoal-700: #313281;
--charcoal-800: #23245C;
--charcoal-900: #16173B;
--charcoal-950: #0E0E25;
}