Charcoal
#214A5F
BlueColor Codes
All color formats for development
HEX
#214A5FRGB
rgb(33, 74, 95)HSL
hsl(200, 48%, 25%)OKLCH
oklch(0.389 0.058 233.3)CMYK
cmyk(65%, 22%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E4355
2#1B3B4B
3#173442
4#142C39
5#11252F
6#0D1E26
7#0A161C
8#070F13
9#030709
Tints
Lighter variations
1#2B607B
2#357697
3#3F8DB3
4#559FC3
5#71AFCD
6#8EBFD7
7#AACFE1
8#C6DFEB
9#E3EFF5
Tones
Muted variations
1#24495B
2#274858
3#2A4755
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 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CE #A8CEE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB4 #7BB4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 559F #559FC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A82 #3A82A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E68 #2E6884 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214A #214A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3C | 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: #CEE3EE;
--charcoal-300: #A8CEE1;
--charcoal-400: #7BB4D1;
--charcoal-500: #559FC3;
--charcoal-600: #3A82A6;
--charcoal-700: #2E6884;
--charcoal-800: #214A5E;
--charcoal-900: #152F3C;
--charcoal-950: #0D1E26;
}