Charcoal
#24305C
BlueColor Codes
All color formats for development
HEX
#24305CRGB
rgb(36, 48, 92)HSL
hsl(227, 44%, 25%)OKLCH
oklch(0.323 0.08 270)CMYK
cmyk(61%, 48%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202B53
2#1D2649
3#192140
4#151D37
5#12182E
6#0E1325
7#0B0E1C
8#070A12
9#040509
Tints
Lighter variations
1#2E3E77
2#394D93
3#445BAE
4#5A70BF
5#7588C9
6#919FD4
7#ACB7DF
8#C8CFEA
9#E3E7F4
Tones
Muted variations
1#273159
2#293356
3#2C3553
4#2F3651
5#32384E
6#35394B
7#373B48
8#3A3D45
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB6 #ABB6DE | BordersInactive statesPlaceholder text |
| 400 | 7E8F #7E8FCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A70 #5A70BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F54 #3F54A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3243 #324381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2430 #24305C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD6EC;
--charcoal-300: #ABB6DE;
--charcoal-400: #7E8FCD;
--charcoal-500: #5A70BF;
--charcoal-600: #3F54A2;
--charcoal-700: #324381;
--charcoal-800: #24305C;
--charcoal-900: #171F3B;
--charcoal-950: #0E1325;
}