Charcoal
#21425F
BlueColor Codes
All color formats for development
HEX
#21425FRGB
rgb(33, 66, 95)HSL
hsl(208, 48%, 25%)OKLCH
oklch(0.368 0.064 247)CMYK
cmyk(65%, 31%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3B55
2#1B354B
3#172E42
4#142739
5#11212F
6#0D1A26
7#0A141C
8#070D13
9#030709
Tints
Lighter variations
1#2B567B
2#356997
3#3F7DB3
4#5590C3
5#71A2CD
6#8EB5D7
7#AAC7E1
8#C6DAEB
9#E3ECF5
Tones
Muted variations
1#24425B
2#274158
3#2A4155
4#2D4152
5#30414F
6#34414C
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 #E5EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C6 #A8C6E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA9 #7BA9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5590 #5590C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A74 #3A74A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5C #2E5C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2142 #21425E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152A #152A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF6;
--charcoal-200: #CEDFEE;
--charcoal-300: #A8C6E1;
--charcoal-400: #7BA9D1;
--charcoal-500: #5590C3;
--charcoal-600: #3A74A6;
--charcoal-700: #2E5C84;
--charcoal-800: #21425E;
--charcoal-900: #152A3C;
--charcoal-950: #0D1A26;
}