Charcoal
#22245D
BlueColor Codes
All color formats for development
HEX
#22245DRGB
rgb(34, 36, 93)HSL
hsl(238, 46%, 25%)OKLCH
oklch(0.296 0.1 276.9)CMYK
cmyk(63%, 61%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2154
2#1C1D4A
3#181941
4#151638
5#11122F
6#0E0F25
7#0A0B1C
8#070713
9#030409
Tints
Lighter variations
1#2D2F79
2#373A95
3#4145B1
4#575BC1
5#7376CB
6#8F92D6
7#ABADE0
8#C7C8EA
9#E3E4F5
Tones
Muted variations
1#25275A
2#282A57
3#2B2D54
4#2E2F51
5#31324E
6#34354B
7#373849
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 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AB #A9ABDF | BordersInactive statesPlaceholder text |
| 400 | 7D7F #7D7FCF | Disabled statesSecondary iconsMuted text |
| 500 | 575B #575BC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D40 #3D40A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3033 #303382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2224 #22245D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1617 #16173C | 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: #E5E5F5;
--charcoal-200: #CFD0ED;
--charcoal-300: #A9ABDF;
--charcoal-400: #7D7FCF;
--charcoal-500: #575BC1;
--charcoal-600: #3D40A4;
--charcoal-700: #303382;
--charcoal-800: #22245D;
--charcoal-900: #16173C;
--charcoal-950: #0E0F25;
}