Charcoal
#24285B
BlueColor Codes
All color formats for development
HEX
#24285BRGB
rgb(36, 40, 91)HSL
hsl(236, 43%, 25%)OKLCH
oklch(0.304 0.09 276.3)CMYK
cmyk(60%, 56%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212452
2#1D2049
3#191C40
4#161837
5#12142E
6#0F1024
7#0B0C1B
8#070812
9#040409
Tints
Lighter variations
1#2F3477
2#3A4092
3#454CAD
4#5B61BE
5#767CC8
6#9296D3
7#ADB0DE
8#C8CAE9
9#E4E5F4
Tones
Muted variations
1#272A58
2#2A2D56
3#2D2F53
4#2F3150
5#32344D
6#35364B
7#383948
8#3A3B45
9#3D3D42
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 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7F84 #7F84CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B61 #5B61BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4046 #4046A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3338 #333880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #D0D1EC;
--charcoal-300: #ABAEDE;
--charcoal-400: #7F84CC;
--charcoal-500: #5B61BE;
--charcoal-600: #4046A0;
--charcoal-700: #333880;
--charcoal-800: #24285B;
--charcoal-900: #171A3A;
--charcoal-950: #0F1024;
}