Charcoal
#22335D
BlueColor Codes
All color formats for development
HEX
#22335DRGB
rgb(34, 51, 93)HSL
hsl(223, 46%, 25%)OKLCH
oklch(0.33 0.078 265.7)CMYK
cmyk(63%, 45%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2E54
2#1C294A
3#182441
4#151F38
5#111A2F
6#0E1425
7#0A0F1C
8#070A13
9#030509
Tints
Lighter variations
1#2D4279
2#375295
3#4161B1
4#5775C1
5#738CCB
6#8FA3D6
7#ABBAE0
8#C7D1EA
9#E3E8F5
Tones
Muted variations
1#25345A
2#283657
3#2B3754
4#2E3851
5#31394E
6#343B4B
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 #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B9 #A9B9DF | BordersInactive statesPlaceholder text |
| 400 | 7D94 #7D94CF | Disabled statesSecondary iconsMuted text |
| 500 | 5775 #5775C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5A #3D5AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3047 #304782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2233 #22335D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213C | 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: #E5EAF5;
--charcoal-200: #CFD7ED;
--charcoal-300: #A9B9DF;
--charcoal-400: #7D94CF;
--charcoal-500: #5775C1;
--charcoal-600: #3D5AA4;
--charcoal-700: #304782;
--charcoal-800: #22335D;
--charcoal-900: #16213C;
--charcoal-950: #0E1425;
}