Charcoal
#242C5C
BlueColor Codes
All color formats for development
HEX
#242C5CRGB
rgb(36, 44, 92)HSL
hsl(231, 44%, 25%)OKLCH
oklch(0.314 0.086 273.4)CMYK
cmyk(61%, 52%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202853
2#1D2349
3#191F40
4#151A37
5#12162E
6#0E1225
7#0B0D1C
8#070912
9#040409
Tints
Lighter variations
1#2E3977
2#394793
3#4454AE
4#5A69BF
5#7582C9
6#919BD4
7#ACB4DF
8#C8CDEA
9#E3E6F4
Tones
Muted variations
1#272E59
2#293056
3#2C3253
4#2F3451
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 | ABB2 #ABB2DE | BordersInactive statesPlaceholder text |
| 400 | 7E8A #7E8ACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A69 #5A69BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4E #3F4EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323E #323E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242C #242C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3B | 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: #ABB2DE;
--charcoal-400: #7E8ACD;
--charcoal-500: #5A69BF;
--charcoal-600: #3F4EA2;
--charcoal-700: #323E81;
--charcoal-800: #242C5C;
--charcoal-900: #171C3B;
--charcoal-950: #0E1225;
}