Charcoal
#24415B
BlueColor Codes
All color formats for development
HEX
#24415BRGB
rgb(36, 65, 91)HSL
hsl(208, 43%, 25%)OKLCH
oklch(0.365 0.057 247.1)CMYK
cmyk(60%, 29%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#213B52
2#1D3449
3#192E40
4#162737
5#12212E
6#0F1A24
7#0B141B
8#070D12
9#040709
Tints
Lighter variations
1#2F5577
2#3A6992
3#457DAD
4#5B90BE
5#76A2C8
6#92B5D3
7#ADC7DE
8#C8DAE9
9#E4ECF4
Tones
Muted variations
1#274158
2#2A4156
3#2D4153
4#2F4150
5#32414D
6#35404B
7#384048
8#3A4045
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DF #D0DFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC6 #ABC6DE | BordersInactive statesPlaceholder text |
| 400 | 7FA8 #7FA8CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B90 #5B90BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4073 #4073A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335C #335C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172A #172A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #D0DFEC;
--charcoal-300: #ABC6DE;
--charcoal-400: #7FA8CC;
--charcoal-500: #5B90BE;
--charcoal-600: #4073A0;
--charcoal-700: #335C80;
--charcoal-800: #24425B;
--charcoal-900: #172A3A;
--charcoal-950: #0F1A24;
}