Charcoal
#242B5C
BlueColor Codes
All color formats for development
HEX
#242B5CRGB
rgb(36, 43, 92)HSL
hsl(233, 44%, 25%)OKLCH
oklch(0.312 0.087 274.1)CMYK
cmyk(61%, 53%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202653
2#1D2249
3#191E40
4#151937
5#12152E
6#0E1125
7#0B0D1C
8#070812
9#040409
Tints
Lighter variations
1#2E3777
2#394493
3#4450AE
4#5A66BF
5#757FC9
6#9199D4
7#ACB2DF
8#C8CCEA
9#E3E5F4
Tones
Muted variations
1#272C59
2#292F56
3#2C3153
4#2F3351
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 | CFD3 #CFD3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB1 #ABB1DE | BordersInactive statesPlaceholder text |
| 400 | 7E88 #7E88CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A66 #5A66BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4A #3F4AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323B #323B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242A #242A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171B #171B3B | 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: #CFD3EC;
--charcoal-300: #ABB1DE;
--charcoal-400: #7E88CD;
--charcoal-500: #5A66BF;
--charcoal-600: #3F4AA2;
--charcoal-700: #323B81;
--charcoal-800: #242A5C;
--charcoal-900: #171B3B;
--charcoal-950: #0E1125;
}