Charcoal
#22275D
BlueColor Codes
All color formats for development
HEX
#22275DRGB
rgb(34, 39, 93)HSL
hsl(235, 46%, 25%)OKLCH
oklch(0.302 0.095 275.2)CMYK
cmyk(63%, 58%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2354
2#1C1F4A
3#181C41
4#151838
5#11142F
6#0E1025
7#0A0C1C
8#070813
9#030409
Tints
Lighter variations
1#2D3379
2#373F95
3#414BB1
4#5760C1
5#737BCB
6#8F95D6
7#ABB0E0
8#C7CAEA
9#E3E5F5
Tones
Muted variations
1#252A5A
2#282C57
3#2B2F54
4#2E3151
5#31344E
6#34364B
7#373849
8#3A3B46
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 | CFD1 #CFD1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AE #A9AEDF | BordersInactive statesPlaceholder text |
| 400 | 7D84 #7D84CF | Disabled statesSecondary iconsMuted text |
| 500 | 5760 #5760C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D45 #3D45A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3037 #303782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2227 #22275D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1619 #16193C | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD1ED;
--charcoal-300: #A9AEDF;
--charcoal-400: #7D84CF;
--charcoal-500: #5760C1;
--charcoal-600: #3D45A4;
--charcoal-700: #303782;
--charcoal-800: #22275D;
--charcoal-900: #16193C;
--charcoal-950: #0E1025;
}