Charcoal
#406072
BlueColor Codes
All color formats for development
HEX
#406072RGB
rgb(64, 96, 114)HSL
hsl(202, 28%, 35%)OKLCH
oklch(0.472 0.047 233.8)CMYK
cmyk(44%, 16%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5667
2#334D5B
3#2D4350
4#273A45
5#203039
6#1A262E
7#131D22
8#0D1317
9#060A0B
Tints
Lighter variations
1#4C7287
2#58849D
3#6A94AB
4#80A3B7
5#95B2C3
6#AAC2CF
7#BFD1DB
8#D5E0E7
9#EAF0F3
Tones
Muted variations
1#435F70
2#455F6D
3#485E6B
4#4A5D68
5#4D5D66
6#4F5C63
7#525B61
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 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E0 #D5E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C9 #B4C9D5 | BordersInactive statesPlaceholder text |
| 400 | 8DAC #8DACBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C95 #6C95AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5179 #517990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4060 #406072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E45 #2E4552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2C #1D2C34 | Primary textHigh emphasis contentDark headings |
| 950 | 121B #121B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EEF2;
--charcoal-200: #D5E0E7;
--charcoal-300: #B4C9D5;
--charcoal-400: #8DACBF;
--charcoal-500: #6C95AC;
--charcoal-600: #517990;
--charcoal-700: #406072;
--charcoal-800: #2E4552;
--charcoal-900: #1D2C34;
--charcoal-950: #121B21;
}