Charcoal
#434D70
BlueColor Codes
All color formats for development
HEX
#434D70RGB
rgb(67, 77, 112)HSL
hsl(227, 25%, 35%)OKLCH
oklch(0.427 0.06 271.5)CMYK
cmyk(40%, 31%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C4564
2#363D59
3#2F364E
4#282E43
5#212638
6#1B1F2D
7#141721
8#0D0F16
9#07080B
Tints
Lighter variations
1#4F5B84
2#5C6999
3#6E7BA8
4#838DB4
5#97A0C1
6#ACB3CD
7#C1C6DA
8#D6D9E6
9#EAECF3
Tones
Muted variations
1#454E6D
2#474F6B
3#4A5069
4#4C5267
5#4E5364
6#505462
7#535560
8#55575E
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BC #B6BCD3 | BordersInactive statesPlaceholder text |
| 400 | 8F99 #8F99BC | Disabled statesSecondary iconsMuted text |
| 500 | 707C #707CA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5460 #54608C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434D #434D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3037 #303750 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F23 #1F2333 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EBF2;
--charcoal-200: #D6D9E6;
--charcoal-300: #B6BCD3;
--charcoal-400: #8F99BC;
--charcoal-500: #707CA9;
--charcoal-600: #54608C;
--charcoal-700: #434D70;
--charcoal-800: #303750;
--charcoal-900: #1F2333;
--charcoal-950: #131620;
}