Charcoal
#24295C
BlueColor Codes
All color formats for development
HEX
#24295CRGB
rgb(36, 41, 92)HSL
hsl(235, 44%, 25%)OKLCH
oklch(0.307 0.09 275.5)CMYK
cmyk(61%, 55%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202453
2#1D2049
3#191C40
4#151837
5#12142E
6#0E1025
7#0B0C1C
8#070812
9#040409
Tints
Lighter variations
1#2E3477
2#394193
3#444DAE
4#5A62BF
5#757CC9
6#9196D4
7#ACB1DF
8#C8CBEA
9#E3E5F4
Tones
Muted variations
1#272B59
2#292D56
3#2C2F53
4#2F3251
5#32344E
6#35364B
7#373948
8#3A3B45
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAF #ABAFDE | BordersInactive statesPlaceholder text |
| 400 | 7E85 #7E85CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A62 #5A62BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F47 #3F47A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3239 #323981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3B | 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: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #CFD2EC;
--charcoal-300: #ABAFDE;
--charcoal-400: #7E85CD;
--charcoal-500: #5A62BF;
--charcoal-600: #3F47A2;
--charcoal-700: #323981;
--charcoal-800: #24285C;
--charcoal-900: #171A3B;
--charcoal-950: #0E1025;
}