Charcoal
#242A5B
BlueColor Codes
All color formats for development
HEX
#242A5BRGB
rgb(36, 42, 91)HSL
hsl(233, 43%, 25%)OKLCH
oklch(0.308 0.087 274.9)CMYK
cmyk(60%, 54%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212652
2#1D2249
3#191E40
4#161A37
5#12152E
6#0F1124
7#0B0D1B
8#070912
9#040409
Tints
Lighter variations
1#2F3877
2#3A4492
3#4551AD
4#5B66BE
5#7680C8
6#9299D3
7#ADB3DE
8#C8CCE9
9#E4E6F4
Tones
Muted variations
1#272D58
2#2A2F56
3#2D3153
4#2F3350
5#32354D
6#35374B
7#383948
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 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB1 #ABB1DE | BordersInactive statesPlaceholder text |
| 400 | 7F88 #7F88CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B66 #5B66BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404B #404BA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333C #333C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242B #242B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171B #171B3A | 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: #E5E7F5;
--charcoal-200: #D0D3EC;
--charcoal-300: #ABB1DE;
--charcoal-400: #7F88CC;
--charcoal-500: #5B66BE;
--charcoal-600: #404BA0;
--charcoal-700: #333C80;
--charcoal-800: #242B5B;
--charcoal-900: #171B3A;
--charcoal-950: #0F1124;
}