Charcoal
#406572
BlueColor Codes
All color formats for development
HEX
#406572RGB
rgb(64, 101, 114)HSL
hsl(196, 28%, 35%)OKLCH
oklch(0.484 0.047 222.2)CMYK
cmyk(44%, 11%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5B67
2#33515B
3#2D4750
4#273D45
5#203239
6#1A282E
7#131E22
8#0D1417
9#060A0B
Tints
Lighter variations
1#4C7887
2#588A9D
3#6A9AAB
4#80A9B7
5#95B7C3
6#AAC5CF
7#BFD4DB
8#D5E2E7
9#EAF1F3
Tones
Muted variations
1#436470
2#45636D
3#48616B
4#4A6068
5#4D5F66
6#4F5E63
7#525D61
8#545C5E
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 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CC #B4CCD5 | BordersInactive statesPlaceholder text |
| 400 | 8DB1 #8DB1BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C9B #6C9BAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 517F #517F90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4065 #406572 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E48 #2E4852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2E #1D2E34 | Primary textHigh emphasis contentDark headings |
| 950 | 121D #121D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E2E7;
--charcoal-300: #B4CCD5;
--charcoal-400: #8DB1BF;
--charcoal-500: #6C9BAC;
--charcoal-600: #517F90;
--charcoal-700: #406572;
--charcoal-800: #2E4852;
--charcoal-900: #1D2E34;
--charcoal-950: #121D21;
}