Charcoal
#22415D
BlueColor Codes
All color formats for development
HEX
#22415DRGB
rgb(34, 65, 93)HSL
hsl(208, 46%, 25%)OKLCH
oklch(0.365 0.061 247.5)CMYK
cmyk(63%, 30%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3B54
2#1C354A
3#182E41
4#152738
5#11212F
6#0E1A25
7#0A141C
8#070D13
9#030709
Tints
Lighter variations
1#2D5579
2#376995
3#417DB1
4#5790C1
5#73A2CB
6#8FB5D6
7#ABC7E0
8#C7DAEA
9#E3ECF5
Tones
Muted variations
1#25425A
2#284157
3#2B4154
4#2E4151
5#31414E
6#34414B
7#374049
8#3A4046
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDF #CFDFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C6 #A9C6DF | BordersInactive statesPlaceholder text |
| 400 | 7DA8 #7DA8CF | Disabled statesSecondary iconsMuted text |
| 500 | 5790 #5790C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D74 #3D74A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 305C #305C82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2242 #22425D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162A #162A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #CFDFED;
--charcoal-300: #A9C6DF;
--charcoal-400: #7DA8CF;
--charcoal-500: #5790C1;
--charcoal-600: #3D74A4;
--charcoal-700: #305C82;
--charcoal-800: #22425D;
--charcoal-900: #162A3C;
--charcoal-950: #0E1A25;
}