Charcoal
#242D5B
BlueColor Codes
All color formats for development
HEX
#242D5BRGB
rgb(36, 45, 91)HSL
hsl(230, 43%, 25%)OKLCH
oklch(0.315 0.082 272.5)CMYK
cmyk(60%, 51%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212952
2#1D2449
3#192040
4#161B37
5#12172E
6#0F1224
7#0B0E1B
8#070912
9#040509
Tints
Lighter variations
1#2F3B77
2#3A4992
3#4556AD
4#5B6BBE
5#7684C8
6#929DD3
7#ADB5DE
8#C8CEE9
9#E4E6F4
Tones
Muted variations
1#272F58
2#2A3156
3#2D3353
4#2F3550
5#32374D
6#35384B
7#383A48
8#3A3C45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB4 #ABB4DE | BordersInactive statesPlaceholder text |
| 400 | 7F8C #7F8CCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B6B #5B6BBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4050 #4050A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3340 #334080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242D #242D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #D0D4EC;
--charcoal-300: #ABB4DE;
--charcoal-400: #7F8CCC;
--charcoal-500: #5B6BBE;
--charcoal-600: #4050A0;
--charcoal-700: #334080;
--charcoal-800: #242D5B;
--charcoal-900: #171D3A;
--charcoal-950: #0F1224;
}