Charcoal
#24255C
BlueColor Codes
All color formats for development
HEX
#24255CRGB
rgb(36, 37, 92)HSL
hsl(239, 44%, 25%)OKLCH
oklch(0.298 0.096 278.1)CMYK
cmyk(61%, 60%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202153
2#1D1D49
3#191A40
4#151637
5#12122E
6#0E0F25
7#0B0B1C
8#070712
9#040409
Tints
Lighter variations
1#2E3077
2#393B93
3#4446AE
4#5A5BBF
5#7577C9
6#9192D4
7#ACADDF
8#C8C8EA
9#E3E4F4
Tones
Muted variations
1#272759
2#292A56
3#2C2D53
4#2F2F51
5#32324E
6#35354B
7#373848
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 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAB #ABABDE | BordersInactive statesPlaceholder text |
| 400 | 7E80 #7E80CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5B #5A5BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F40 #3F40A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3233 #323381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2425 #24255C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1717 #17173B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD0EC;
--charcoal-300: #ABABDE;
--charcoal-400: #7E80CD;
--charcoal-500: #5A5BBF;
--charcoal-600: #3F40A2;
--charcoal-700: #323381;
--charcoal-800: #24255C;
--charcoal-900: #17173B;
--charcoal-950: #0E0F25;
}