Charcoal
#213D5E
BlueColor Codes
All color formats for development
HEX
#213D5ERGB
rgb(33, 61, 94)HSL
hsl(212, 48%, 25%)OKLCH
oklch(0.355 0.067 253.6)CMYK
cmyk(65%, 35%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3855
2#1B314B
3#172B42
4#142539
5#111F2F
6#0D1926
7#0A131C
8#070C13
9#030609
Tints
Lighter variations
1#2B507B
2#356397
3#3F75B3
4#5589C3
5#719CCD
6#8EB0D7
7#AAC4E1
8#C6D8EB
9#E3EBF5
Tones
Muted variations
1#243E5B
2#273E58
3#2A3E55
4#2D3F52
5#303F4F
6#343F4C
7#373F49
8#3A3F46
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA3 #7BA3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5589 #5589C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A6D #3A6DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E56 #2E5684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213E #213E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273C | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF6;
--charcoal-200: #CEDDEE;
--charcoal-300: #A8C2E1;
--charcoal-400: #7BA3D1;
--charcoal-500: #5589C3;
--charcoal-600: #3A6DA6;
--charcoal-700: #2E5684;
--charcoal-800: #213E5E;
--charcoal-900: #15273C;
--charcoal-950: #0D1926;
}