Charcoal
#22335E
BlueColor Codes
All color formats for development
HEX
#22335ERGB
rgb(34, 51, 94)HSL
hsl(223, 47%, 25%)OKLCH
oklch(0.33 0.079 266)CMYK
cmyk(64%, 46%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2E54
2#1B294B
3#182442
4#141E38
5#11192F
6#0E1425
7#0A0F1C
8#070A13
9#030509
Tints
Lighter variations
1#2C427A
2#365196
3#4060B2
4#5675C2
5#728CCC
6#8FA3D6
7#ABBAE1
8#C7D1EB
9#E3E8F5
Tones
Muted variations
1#25345B
2#283558
3#2B3755
4#2E3852
5#31394F
6#343B4C
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 | E5EA #E5EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B8 #A9B8E0 | BordersInactive statesPlaceholder text |
| 400 | 7C94 #7C94D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5675 #5675C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B59 #3B59A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F47 #2F4783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2233 #22335E | 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: #E5EAF6;
--charcoal-200: #CED7ED;
--charcoal-300: #A9B8E0;
--charcoal-400: #7C94D0;
--charcoal-500: #5675C2;
--charcoal-600: #3B59A5;
--charcoal-700: #2F4783;
--charcoal-800: #22335E;
--charcoal-900: #16203C;
--charcoal-950: #0E1425;
}