Charcoal
#242B5B
BlueColor Codes
All color formats for development
HEX
#242B5BRGB
rgb(36, 43, 91)HSL
hsl(232, 43%, 25%)OKLCH
oklch(0.311 0.086 274.1)CMYK
cmyk(60%, 53%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212752
2#1D2349
3#191F40
4#161A37
5#12162E
6#0F1124
7#0B0D1B
8#070912
9#040409
Tints
Lighter variations
1#2F3977
2#3A4692
3#4553AD
4#5B68BE
5#7681C8
6#929AD3
7#ADB4DE
8#C8CDE9
9#E4E6F4
Tones
Muted variations
1#272E58
2#2A3056
3#2D3253
4#2F3450
5#32364D
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 | D0D3 #D0D3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB2 #ABB2DE | BordersInactive statesPlaceholder text |
| 400 | 7F8A #7F8ACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B68 #5B68BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404D #404DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333D #333D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242C #242C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #D0D3EC;
--charcoal-300: #ABB2DE;
--charcoal-400: #7F8ACC;
--charcoal-500: #5B68BE;
--charcoal-600: #404DA0;
--charcoal-700: #333D80;
--charcoal-800: #242C5B;
--charcoal-900: #171C3A;
--charcoal-950: #0F1124;
}