Charcoal
#24315C
BlueColor Codes
All color formats for development
HEX
#24315CRGB
rgb(36, 49, 92)HSL
hsl(226, 44%, 25%)OKLCH
oklch(0.325 0.078 269.1)CMYK
cmyk(61%, 47%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202C53
2#1D2749
3#192240
4#151D37
5#12182E
6#0E1425
7#0B0F1C
8#070A12
9#040509
Tints
Lighter variations
1#2E3F77
2#394E93
3#445DAE
4#5A71BF
5#7589C9
6#91A1D4
7#ACB8DF
8#C8D0EA
9#E3E7F4
Tones
Muted variations
1#273259
2#293456
3#2C3553
4#2F3751
5#32384E
6#353A4B
7#373B48
8#3A3D45
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7E91 #7E91CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A71 #5A71BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F56 #3F56A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3244 #324481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2431 #24315C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD6EC;
--charcoal-300: #ABB7DE;
--charcoal-400: #7E91CD;
--charcoal-500: #5A71BF;
--charcoal-600: #3F56A2;
--charcoal-700: #324481;
--charcoal-800: #24315C;
--charcoal-900: #171F3B;
--charcoal-950: #0E1425;
}