Charcoal
#434E70
BlueColor Codes
All color formats for development
HEX
#434E70RGB
rgb(67, 78, 112)HSL
hsl(225, 25%, 35%)OKLCH
oklch(0.429 0.058 270.1)CMYK
cmyk(40%, 30%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C4664
2#363E59
3#2F374E
4#282F43
5#212738
6#1B1F2D
7#141721
8#0D1016
9#07080B
Tints
Lighter variations
1#4F5D84
2#5C6B99
3#6E7CA8
4#838FB4
5#97A2C1
6#ACB4CD
7#C1C7DA
8#D6DAE6
9#EAECF3
Tones
Muted variations
1#454F6D
2#47506B
3#4A5169
4#4C5367
5#4E5464
6#505562
7#535660
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 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BD #B6BDD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9B #8F9BBC | Disabled statesSecondary iconsMuted text |
| 500 | 707E #707EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5462 #54628C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434E #434E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3038 #303850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | 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: #D6DAE6;
--charcoal-300: #B6BDD3;
--charcoal-400: #8F9BBC;
--charcoal-500: #707EA9;
--charcoal-600: #54628C;
--charcoal-700: #434E70;
--charcoal-800: #303850;
--charcoal-900: #1F2433;
--charcoal-950: #131620;
}