Charcoal
#242D5C
BlueColor Codes
All color formats for development
HEX
#242D5CRGB
rgb(36, 45, 92)HSL
hsl(230, 44%, 25%)OKLCH
oklch(0.316 0.084 272.6)CMYK
cmyk(61%, 51%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202953
2#1D2449
3#192040
4#151B37
5#12172E
6#0E1225
7#0B0E1C
8#070912
9#040509
Tints
Lighter variations
1#2E3B77
2#394893
3#4456AE
4#5A6BBF
5#7583C9
6#919CD4
7#ACB5DF
8#C8CEEA
9#E3E6F4
Tones
Muted variations
1#272F59
2#293156
3#2C3353
4#2F3551
5#32364E
6#35384B
7#373A48
8#3A3C45
9#3D3E43
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 | CFD4 #CFD4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB3 #ABB3DE | BordersInactive statesPlaceholder text |
| 400 | 7E8C #7E8CCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A6B #5A6BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4F #3F4FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323F #323F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242D #242D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD4EC;
--charcoal-300: #ABB3DE;
--charcoal-400: #7E8CCD;
--charcoal-500: #5A6BBF;
--charcoal-600: #3F4FA2;
--charcoal-700: #323F81;
--charcoal-800: #242D5C;
--charcoal-900: #171D3B;
--charcoal-950: #0E1225;
}