Charcoal
#214B5E
BlueColor Codes
All color formats for development
HEX
#214B5ERGB
rgb(33, 75, 94)HSL
hsl(199, 48%, 25%)OKLCH
oklch(0.392 0.057 230.1)CMYK
cmyk(65%, 20%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E4355
2#1B3C4B
3#173442
4#142D39
5#11252F
6#0D1E26
7#0A161C
8#070F13
9#030709
Tints
Lighter variations
1#2B617B
2#357897
3#3F8EB3
4#55A0C3
5#71B0CD
6#8EC0D7
7#AAD0E1
8#C6DFEB
9#E3EFF5
Tones
Muted variations
1#244A5B
2#274958
3#2A4855
4#2D4652
5#30454F
6#34444C
7#374349
8#3A4246
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CF #A8CFE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB5 #7BB5D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A0 #55A0C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A84 #3A84A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E69 #2E6984 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214B #214B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1530 #15303C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F0F6;
--charcoal-200: #CEE4EE;
--charcoal-300: #A8CFE1;
--charcoal-400: #7BB5D1;
--charcoal-500: #55A0C3;
--charcoal-600: #3A84A6;
--charcoal-700: #2E6984;
--charcoal-800: #214B5E;
--charcoal-900: #15303C;
--charcoal-950: #0D1E26;
}