Charcoal
#214C5E
BlueColor Codes
All color formats for development
HEX
#214C5ERGB
rgb(33, 76, 94)HSL
hsl(198, 48%, 25%)OKLCH
oklch(0.394 0.056 228.1)CMYK
cmyk(65%, 19%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E4455
2#1B3D4B
3#173542
4#142E39
5#11262F
6#0D1E26
7#0A171C
8#070F13
9#030809
Tints
Lighter variations
1#2B637B
2#357A97
3#3F90B3
4#55A2C3
5#71B2CD
6#8EC1D7
7#AAD1E1
8#C6E0EB
9#E3F0F5
Tones
Muted variations
1#244B5B
2#274A58
3#2A4855
4#2D4752
5#30464F
6#34454C
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 | E5F1 #E5F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D0 #A8D0E1 | BordersInactive statesPlaceholder text |
| 400 | 7BB7 #7BB7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A2 #55A2C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A86 #3A86A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6A #2E6A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214C #214C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313C | 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: #E5F1F6;
--charcoal-200: #CEE4EE;
--charcoal-300: #A8D0E1;
--charcoal-400: #7BB7D1;
--charcoal-500: #55A2C3;
--charcoal-600: #3A86A6;
--charcoal-700: #2E6A84;
--charcoal-800: #214C5E;
--charcoal-900: #15313C;
--charcoal-950: #0D1E26;
}