Charcoal
#24245C
BlueColor Codes
All color formats for development
HEX
#24245CRGB
rgb(36, 36, 92)HSL
hsl(240, 44%, 25%)OKLCH
oklch(0.296 0.098 278.6)CMYK
cmyk(61%, 61%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202053
2#1D1D49
3#191940
4#151537
5#12122E
6#0E0E25
7#0B0B1C
8#070712
9#040409
Tints
Lighter variations
1#2E2E77
2#393993
3#4444AE
4#5A5ABF
5#7575C9
6#9191D4
7#ACACDF
8#C8C8EA
9#E3E3F4
Tones
Muted variations
1#272759
2#292956
3#2C2C53
4#2F2F51
5#32324E
6#35354B
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 #CFCFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAB #ABABDE | BordersInactive statesPlaceholder text |
| 400 | 7E7E #7E7ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5A #5A5ABF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F3F #3F3FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3232 #323281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2424 #24245C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1717 #17173B | 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: #CFCFEC;
--charcoal-300: #ABABDE;
--charcoal-400: #7E7ECD;
--charcoal-500: #5A5ABF;
--charcoal-600: #3F3FA2;
--charcoal-700: #323281;
--charcoal-800: #24245C;
--charcoal-900: #17173B;
--charcoal-950: #0E0E25;
}