Charcoal
#24285C
BlueColor Codes
All color formats for development
HEX
#24285CRGB
rgb(36, 40, 92)HSL
hsl(236, 44%, 25%)OKLCH
oklch(0.305 0.092 276.2)CMYK
cmyk(61%, 57%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202353
2#1D2049
3#191C40
4#151837
5#12142E
6#0E1025
7#0B0C1C
8#070812
9#040409
Tints
Lighter variations
1#2E3377
2#393F93
3#444BAE
4#5A60BF
5#757BC9
6#9195D4
7#ACB0DF
8#C8CAEA
9#E3E5F4
Tones
Muted variations
1#272A59
2#292C56
3#2C2F53
4#2F3151
5#32344E
6#35364B
7#373848
8#3A3B45
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 | CFD1 #CFD1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7E84 #7E84CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A60 #5A60BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F45 #3F45A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3237 #323781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2427 #24275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1719 #17193B | 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: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD1EC;
--charcoal-300: #ABAEDE;
--charcoal-400: #7E84CD;
--charcoal-500: #5A60BF;
--charcoal-600: #3F45A2;
--charcoal-700: #323781;
--charcoal-800: #24275C;
--charcoal-900: #17193B;
--charcoal-950: #0E1025;
}