Charcoal
#24275C
BlueColor Codes
All color formats for development
HEX
#24275CRGB
rgb(36, 39, 92)HSL
hsl(237, 44%, 25%)OKLCH
oklch(0.303 0.093 276.8)CMYK
cmyk(61%, 58%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202353
2#1D1F49
3#191B40
4#151737
5#12132E
6#0E0F25
7#0B0C1C
8#070812
9#040409
Tints
Lighter variations
1#2E3277
2#393E93
3#4449AE
4#5A5FBF
5#757AC9
6#9194D4
7#ACAFDF
8#C8CAEA
9#E3E4F4
Tones
Muted variations
1#272959
2#292C56
3#2C2E53
4#2F3151
5#32334E
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 | ABAD #ABADDE | BordersInactive statesPlaceholder text |
| 400 | 7E82 #7E82CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5F #5A5FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F44 #3F44A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3236 #323681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2427 #24275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1719 #17193B | 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: #CFD1EC;
--charcoal-300: #ABADDE;
--charcoal-400: #7E82CD;
--charcoal-500: #5A5FBF;
--charcoal-600: #3F44A2;
--charcoal-700: #323681;
--charcoal-800: #24275C;
--charcoal-900: #17193B;
--charcoal-950: #0E0F25;
}