Charcoal
#24265C
BlueColor Codes
All color formats for development
HEX
#24265CRGB
rgb(36, 38, 92)HSL
hsl(238, 44%, 25%)OKLCH
oklch(0.3 0.095 277.5)CMYK
cmyk(61%, 59%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202253
2#1D1E49
3#191A40
4#151737
5#12132E
6#0E0F25
7#0B0B1C
8#070812
9#040409
Tints
Lighter variations
1#2E3177
2#393C93
3#4447AE
4#5A5DBF
5#7578C9
6#9193D4
7#ACAEDF
8#C8C9EA
9#E3E4F4
Tones
Muted variations
1#272859
2#292B56
3#2C2D53
4#2F3051
5#32334E
6#35354B
7#373848
8#3A3B45
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAC #ABACDE | BordersInactive statesPlaceholder text |
| 400 | 7E81 #7E81CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5D #5A5DBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F42 #3F42A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3235 #323581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2426 #24265C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1718 #17183B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD0EC;
--charcoal-300: #ABACDE;
--charcoal-400: #7E81CD;
--charcoal-500: #5A5DBF;
--charcoal-600: #3F42A2;
--charcoal-700: #323581;
--charcoal-800: #24265C;
--charcoal-900: #17183B;
--charcoal-950: #0E0F25;
}