Charcoal
#434F70
BlueColor Codes
All color formats for development
HEX
#434F70RGB
rgb(67, 79, 112)HSL
hsl(224, 25%, 35%)OKLCH
oklch(0.432 0.057 268.6)CMYK
cmyk(40%, 29%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C4764
2#363F59
3#2F374E
4#282F43
5#212738
6#1B202D
7#141821
8#0D1016
9#07080B
Tints
Lighter variations
1#4F5D84
2#5C6C99
3#6E7DA8
4#8390B4
5#97A2C1
6#ACB5CD
7#C1C7DA
8#D6DAE6
9#EAECF3
Tones
Muted variations
1#45506D
2#47516B
3#4A5269
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 | B6BE #B6BED3 | BordersInactive statesPlaceholder text |
| 400 | 8F9B #8F9BBC | Disabled statesSecondary iconsMuted text |
| 500 | 707F #707FA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5463 #54638C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434F #434F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3038 #303850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | 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: #B6BED3;
--charcoal-400: #8F9BBC;
--charcoal-500: #707FA9;
--charcoal-600: #54638C;
--charcoal-700: #434F70;
--charcoal-800: #303850;
--charcoal-900: #1F2433;
--charcoal-950: #131720;
}