Charcoal
#21225E
BlueColor Codes
All color formats for development
HEX
#21225ERGB
rgb(33, 34, 94)HSL
hsl(239, 48%, 25%)OKLCH
oklch(0.291 0.104 277)CMYK
cmyk(65%, 64%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E1F55
2#1B1B4B
3#171842
4#141539
5#11112F
6#0D0E26
7#0A0A1C
8#070713
9#030309
Tints
Lighter variations
1#2B2C7B
2#353797
3#3F41B3
4#5557C3
5#7173CD
6#8E8FD7
7#AAABE1
8#C6C7EB
9#E3E3F5
Tones
Muted variations
1#24255B
2#272858
3#2A2B55
4#2D2E52
5#30314F
6#34344C
7#373749
8#3A3A46
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A9 #A8A9E1 | BordersInactive statesPlaceholder text |
| 400 | 7B7C #7B7CD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5557 #5557C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A3C #3A3CA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E30 #2E3084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2122 #21225E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1516 #15163C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E5F6;
--charcoal-200: #CECEEE;
--charcoal-300: #A8A9E1;
--charcoal-400: #7B7CD1;
--charcoal-500: #5557C3;
--charcoal-600: #3A3CA6;
--charcoal-700: #2E3084;
--charcoal-800: #21225E;
--charcoal-900: #15163C;
--charcoal-950: #0D0E26;
}