Charcoal
#214E5E
BlueColor Codes
All color formats for development
HEX
#214E5ERGB
rgb(33, 78, 94)HSL
hsl(196, 48%, 25%)OKLCH
oklch(0.4 0.056 224.2)CMYK
cmyk(65%, 17%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E4655
2#1B3E4B
3#173742
4#142F39
5#11272F
6#0D1F26
7#0A171C
8#071013
9#030809
Tints
Lighter variations
1#2B657B
2#357D97
3#3F94B3
4#55A6C3
5#71B5CD
6#8EC4D7
7#AAD2E1
8#C6E1EB
9#E3F0F5
Tones
Muted variations
1#244D5B
2#274B58
3#2A4A55
4#2D4852
5#30474F
6#34454C
7#374449
8#3A4346
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 | CEE5 #CEE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D1 #A8D1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBA #7BBAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A6 #55A6C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A89 #3A89A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6D #2E6D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214E #214E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1532 #15323C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F1F6;
--charcoal-200: #CEE5EE;
--charcoal-300: #A8D1E1;
--charcoal-400: #7BBAD1;
--charcoal-500: #55A6C3;
--charcoal-600: #3A89A6;
--charcoal-700: #2E6D84;
--charcoal-800: #214E5E;
--charcoal-900: #15323C;
--charcoal-950: #0D1F26;
}