Charcoal
#23235C
BlueColor Codes
All color formats for development
HEX
#23235CRGB
rgb(35, 35, 92)HSL
hsl(240, 45%, 25%)OKLCH
oklch(0.293 0.099 278.3)CMYK
cmyk(62%, 62%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202053
2#1C1C4A
3#191941
4#151537
5#12122E
6#0E0E25
7#0B0B1C
8#070712
9#040409
Tints
Lighter variations
1#2E2E78
2#383894
3#4343B0
4#5959C0
5#7474CA
6#9090D5
7#ACACDF
8#C8C8EA
9#E3E3F4
Tones
Muted variations
1#26265A
2#292957
3#2C2C54
4#2F2F51
5#31314E
6#34344B
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 | AAAA #AAAADF | BordersInactive statesPlaceholder text |
| 400 | 7E7E #7E7ECE | Disabled statesSecondary iconsMuted text |
| 500 | 5959 #5959C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E3E #3E3EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3131 #313181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2323 #23235C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163B | 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: #AAAADF;
--charcoal-400: #7E7ECE;
--charcoal-500: #5959C0;
--charcoal-600: #3E3EA3;
--charcoal-700: #313181;
--charcoal-800: #23235C;
--charcoal-900: #16163B;
--charcoal-950: #0E0E25;
}