Charcoal
#23275C
BlueColor Codes
All color formats for development
HEX
#23275CRGB
rgb(35, 39, 92)HSL
hsl(236, 45%, 25%)OKLCH
oklch(0.302 0.093 276)CMYK
cmyk(62%, 58%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202353
2#1C1F4A
3#191B41
4#151737
5#12132E
6#0E1025
7#0B0C1C
8#070812
9#040409
Tints
Lighter variations
1#2E3378
2#383E94
3#434AB0
4#595FC0
5#747ACA
6#9095D5
7#ACAFDF
8#C8CAEA
9#E3E4F4
Tones
Muted variations
1#26295A
2#292C57
3#2C2E54
4#2F3151
5#31334E
6#34364B
7#373848
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 | AAAD #AAADDF | BordersInactive statesPlaceholder text |
| 400 | 7E83 #7E83CE | Disabled statesSecondary iconsMuted text |
| 500 | 595F #595FC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E44 #3E44A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3136 #313681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2327 #23275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1619 #16193B | 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: #AAADDF;
--charcoal-400: #7E83CE;
--charcoal-500: #595FC0;
--charcoal-600: #3E44A3;
--charcoal-700: #313681;
--charcoal-800: #23275C;
--charcoal-900: #16193B;
--charcoal-950: #0E1025;
}