Charcoal
#434870
BlueColor Codes
All color formats for development
HEX
#434870RGB
rgb(67, 72, 112)HSL
hsl(233, 25%, 35%)OKLCH
oklch(0.415 0.067 277.6)CMYK
cmyk(40%, 36%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C4164
2#363A59
3#2F334E
4#282B43
5#212438
6#1B1D2D
7#141621
8#0D0E16
9#07070B
Tints
Lighter variations
1#4F5684
2#5C6399
3#6E75A8
4#8388B4
5#979CC1
6#ACB0CD
7#C1C4DA
8#D6D7E6
9#EAEBF3
Tones
Muted variations
1#454A6D
2#474C6B
3#4A4D69
4#4C4F67
5#4E5164
6#505262
7#535460
8#55565E
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D7 #D6D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B9 #B6B9D3 | BordersInactive statesPlaceholder text |
| 400 | 8F95 #8F95BC | Disabled statesSecondary iconsMuted text |
| 500 | 7076 #7076A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 545B #545B8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4348 #434870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3034 #303450 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F21 #1F2133 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EAF2;
--charcoal-200: #D6D7E6;
--charcoal-300: #B6B9D3;
--charcoal-400: #8F95BC;
--charcoal-500: #7076A9;
--charcoal-600: #545B8C;
--charcoal-700: #434870;
--charcoal-800: #303450;
--charcoal-900: #1F2133;
--charcoal-950: #131520;
}