Charcoal
#22325E
BlueColor Codes
All color formats for development
HEX
#22325ERGB
rgb(34, 50, 94)HSL
hsl(224, 47%, 25%)OKLCH
oklch(0.328 0.081 266.9)CMYK
cmyk(64%, 47%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2D54
2#1B284B
3#182342
4#141E38
5#11192F
6#0E1425
7#0A0F1C
8#070A13
9#030509
Tints
Lighter variations
1#2C417A
2#365096
3#405FB2
4#5673C2
5#728ACC
6#8FA2D6
7#ABB9E1
8#C7D0EB
9#E3E8F5
Tones
Muted variations
1#25335B
2#283558
3#2B3655
4#2E3752
5#31394F
6#343A4C
7#373C49
8#3A3D46
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7E0 | BordersInactive statesPlaceholder text |
| 400 | 7C92 #7C92D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5673 #5673C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B58 #3B58A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F46 #2F4683 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2232 #22325E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F6;
--charcoal-200: #CED7ED;
--charcoal-300: #A9B7E0;
--charcoal-400: #7C92D0;
--charcoal-500: #5673C2;
--charcoal-600: #3B58A5;
--charcoal-700: #2F4683;
--charcoal-800: #22325E;
--charcoal-900: #16203C;
--charcoal-950: #0E1425;
}