Charcoal
#22235D
BlueColor Codes
All color formats for development
HEX
#22235DRGB
rgb(34, 35, 93)HSL
hsl(239, 46%, 25%)OKLCH
oklch(0.293 0.101 277.4)CMYK
cmyk(63%, 62%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2054
2#1C1C4A
3#181941
4#151538
5#11122F
6#0E0E25
7#0A0B1C
8#070713
9#030409
Tints
Lighter variations
1#2D2E79
2#373995
3#4143B1
4#5759C1
5#7375CB
6#8F90D6
7#ABACE0
8#C7C8EA
9#E3E3F5
Tones
Muted variations
1#25265A
2#282957
3#2B2C54
4#2E2F51
5#31324E
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 | A9AA #A9AADF | BordersInactive statesPlaceholder text |
| 400 | 7D7E #7D7ECF | Disabled statesSecondary iconsMuted text |
| 500 | 5759 #5759C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D3E #3D3EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3032 #303282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2223 #22235D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1617 #16173C | 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: #A9AADF;
--charcoal-400: #7D7ECF;
--charcoal-500: #5759C1;
--charcoal-600: #3D3EA4;
--charcoal-700: #303282;
--charcoal-800: #22235D;
--charcoal-900: #16173C;
--charcoal-950: #0E0E25;
}