Charcoal
#434470
BlueColor Codes
All color formats for development
HEX
#434470RGB
rgb(67, 68, 112)HSL
hsl(239, 25%, 35%)OKLCH
oklch(0.406 0.073 281.6)CMYK
cmyk(40%, 39%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C3D64
2#363659
3#2F2F4E
4#282943
5#212238
6#1B1B2D
7#141421
8#0D0E16
9#07070B
Tints
Lighter variations
1#4F5084
2#5C5D99
3#6E6FA8
4#8384B4
5#9798C1
6#ACADCD
7#C1C1DA
8#D6D6E6
9#EAEAF3
Tones
Muted variations
1#45466D
2#47486B
3#4A4A69
4#4C4C67
5#4E4E64
6#505162
7#535360
8#55555E
9#57575B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D6 #D6D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B6 #B6B6D3 | BordersInactive statesPlaceholder text |
| 400 | 8F90 #8F90BC | Disabled statesSecondary iconsMuted text |
| 500 | 7071 #7071A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5455 #54558C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4344 #434470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3030 #303050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F1F #1F1F33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9E9F2;
--charcoal-200: #D6D6E6;
--charcoal-300: #B6B6D3;
--charcoal-400: #8F90BC;
--charcoal-500: #7071A9;
--charcoal-600: #54558C;
--charcoal-700: #434470;
--charcoal-800: #303050;
--charcoal-900: #1F1F33;
--charcoal-950: #131320;
}