Charcoal
#434370
BlueColor Codes
All color formats for development
HEX
#434370RGB
rgb(67, 67, 112)HSL
hsl(240, 25%, 35%)OKLCH
oklch(0.404 0.075 282.5)CMYK
cmyk(40%, 40%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C3C64
2#363659
3#2F2F4E
4#282843
5#212138
6#1B1B2D
7#141421
8#0D0D16
9#07070B
Tints
Lighter variations
1#4F4F84
2#5C5C99
3#6E6EA8
4#8383B4
5#9797C1
6#ACACCD
7#C1C1DA
8#D6D6E6
9#EAEAF3
Tones
Muted variations
1#45456D
2#47476B
3#4A4A69
4#4C4C67
5#4E4E64
6#505062
7#535360
8#55555E
9#57575B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D6 #D6D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B6 #B6B6D3 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7070 #7070A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5454 #54548C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4343 #434370 | 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: #F5F5F9;
--charcoal-100: #E9E9F2;
--charcoal-200: #D6D6E6;
--charcoal-300: #B6B6D3;
--charcoal-400: #8F8FBC;
--charcoal-500: #7070A9;
--charcoal-600: #54548C;
--charcoal-700: #434370;
--charcoal-800: #303050;
--charcoal-900: #1F1F33;
--charcoal-950: #131320;
}