Charcoal
#242A5C
BlueColor Codes
All color formats for development
HEX
#242A5CRGB
rgb(36, 42, 92)HSL
hsl(234, 44%, 25%)OKLCH
oklch(0.309 0.089 274.8)CMYK
cmyk(61%, 54%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202553
2#1D2149
3#191D40
4#151937
5#12152E
6#0E1125
7#0B0C1C
8#070812
9#040409
Tints
Lighter variations
1#2E3677
2#394293
3#444EAE
4#5A64BF
5#757EC9
6#9198D4
7#ACB1DF
8#C8CBEA
9#E3E5F4
Tones
Muted variations
1#272C59
2#292E56
3#2C3053
4#2F3251
5#32354E
6#35374B
7#373948
8#3A3B45
9#3D3E43
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 | CFD2 #CFD2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB0 #ABB0DE | BordersInactive statesPlaceholder text |
| 400 | 7E86 #7E86CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A64 #5A64BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F49 #3F49A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323A #323A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2429 #24295C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #CFD2EC;
--charcoal-300: #ABB0DE;
--charcoal-400: #7E86CD;
--charcoal-500: #5A64BF;
--charcoal-600: #3F49A2;
--charcoal-700: #323A81;
--charcoal-800: #24295C;
--charcoal-900: #171A3B;
--charcoal-950: #0E1125;
}