Charcoal
#22225D
BlueColor Codes
All color formats for development
HEX
#22225DRGB
rgb(34, 34, 93)HSL
hsl(240, 46%, 25%)OKLCH
oklch(0.291 0.103 277.9)CMYK
cmyk(63%, 63%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F1F54
2#1C1C4A
3#181841
4#151538
5#11112F
6#0E0E25
7#0A0A1C
8#070713
9#030309
Tints
Lighter variations
1#2D2D79
2#373795
3#4141B1
4#5757C1
5#7373CB
6#8F8FD6
7#ABABE0
8#C7C7EA
9#E3E3F5
Tones
Muted variations
1#25255A
2#282857
3#2B2B54
4#2E2E51
5#31314E
6#34344B
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 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9A9 #A9A9DF | BordersInactive statesPlaceholder text |
| 400 | 7D7D #7D7DCF | Disabled statesSecondary iconsMuted text |
| 500 | 5757 #5757C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D3D #3D3DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3030 #303082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2222 #22225D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E5F5;
--charcoal-200: #CFCFED;
--charcoal-300: #A9A9DF;
--charcoal-400: #7D7DCF;
--charcoal-500: #5757C1;
--charcoal-600: #3D3DA4;
--charcoal-700: #303082;
--charcoal-800: #22225D;
--charcoal-900: #16163C;
--charcoal-950: #0E0E25;
}