Charcoal
#213C5F
BlueColor Codes
All color formats for development
HEX
#213C5FRGB
rgb(33, 60, 95)HSL
hsl(214, 48%, 25%)OKLCH
oklch(0.353 0.07 255.6)CMYK
cmyk(65%, 37%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3655
2#1B304B
3#172A42
4#142439
5#111E2F
6#0D1826
7#0A121C
8#070C13
9#030609
Tints
Lighter variations
1#2B4E7B
2#355F97
3#3F71B3
4#5585C3
5#7199CD
6#8EAED7
7#AAC2E1
8#C6D6EB
9#E3EBF5
Tones
Muted variations
1#243C5B
2#273C58
3#2A3D55
4#2D3D52
5#303E4F
6#343E4C
7#373F49
8#3A3F46
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDC #CEDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C1 #A8C1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA0 #7BA0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5585 #5585C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A69 #3A69A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E54 #2E5484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213C #213C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263C | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF6;
--charcoal-200: #CEDCEE;
--charcoal-300: #A8C1E1;
--charcoal-400: #7BA0D1;
--charcoal-500: #5585C3;
--charcoal-600: #3A69A6;
--charcoal-700: #2E5484;
--charcoal-800: #213C5E;
--charcoal-900: #15263C;
--charcoal-950: #0D1826;
}