Charcoal
#242E5C
BlueColor Codes
All color formats for development
HEX
#242E5CRGB
rgb(36, 46, 92)HSL
hsl(229, 44%, 25%)OKLCH
oklch(0.318 0.083 271.7)CMYK
cmyk(61%, 50%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202953
2#1D2549
3#192040
4#151C37
5#12172E
6#0E1225
7#0B0E1C
8#070912
9#040509
Tints
Lighter variations
1#2E3C77
2#394A93
3#4457AE
4#5A6CBF
5#7585C9
6#919DD4
7#ACB6DF
8#C8CEEA
9#E3E7F4
Tones
Muted variations
1#273059
2#293256
3#2C3353
4#2F3551
5#32374E
6#35394B
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 | CFD5 #CFD5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB4 #ABB4DE | BordersInactive statesPlaceholder text |
| 400 | 7E8D #7E8DCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A6C #5A6CBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F51 #3F51A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3240 #324081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242E #242E5C | 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: #CFD5EC;
--charcoal-300: #ABB4DE;
--charcoal-400: #7E8DCD;
--charcoal-500: #5A6CBF;
--charcoal-600: #3F51A2;
--charcoal-700: #324081;
--charcoal-800: #242E5C;
--charcoal-900: #171D3B;
--charcoal-950: #0E1225;
}