Charcoal
#406172
BlueColor Codes
All color formats for development
HEX
#406172RGB
rgb(64, 97, 114)HSL
hsl(200, 28%, 35%)OKLCH
oklch(0.474 0.047 231.5)CMYK
cmyk(44%, 15%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5867
2#334E5B
3#2D4450
4#273B45
5#203139
6#1A272E
7#131D22
8#0D1417
9#060A0B
Tints
Lighter variations
1#4C7487
2#58869D
3#6A96AB
4#80A5B7
5#95B4C3
6#AAC3CF
7#BFD2DB
8#D5E1E7
9#EAF0F3
Tones
Muted variations
1#436170
2#45606D
3#485F6B
4#4A5E68
5#4D5D66
6#4F5D63
7#525C61
8#545B5E
9#575A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CA #B4CAD5 | BordersInactive statesPlaceholder text |
| 400 | 8DAE #8DAEBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C97 #6C97AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 517B #517B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4062 #406272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E46 #2E4652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2D #1D2D34 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E1E7;
--charcoal-300: #B4CAD5;
--charcoal-400: #8DAEBF;
--charcoal-500: #6C97AC;
--charcoal-600: #517B90;
--charcoal-700: #406272;
--charcoal-800: #2E4652;
--charcoal-900: #1D2D34;
--charcoal-950: #121C21;
}