Charcoal
#46626D
BlueColor Codes
All color formats for development
HEX
#46626DRGB
rgb(70, 98, 109)HSL
hsl(197, 22%, 35%)OKLCH
oklch(0.478 0.037 224.2)CMYK
cmyk(36%, 10%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5862
2#384E57
3#31444C
4#2A3B41
5#233136
6#1C272C
7#151D21
8#0E1416
9#070A0B
Tints
Lighter variations
1#537481
2#5F8695
3#7196A5
4#86A5B1
5#9AB4BE
6#AEC3CB
7#C2D2D8
8#D7E1E5
9#EBF0F2
Tones
Muted variations
1#48616B
2#4A6069
3#4C5F67
4#4D5E65
5#4F5E63
6#515D61
7#535C5F
8#555B5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CA #B7CAD1 | BordersInactive statesPlaceholder text |
| 400 | 92AE #92AEB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7397 #7397A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 587B #587B89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4662 #46626D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3246 #32464E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202D #202D32 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EFF1;
--charcoal-200: #D7E1E5;
--charcoal-300: #B7CAD1;
--charcoal-400: #92AEB9;
--charcoal-500: #7397A5;
--charcoal-600: #587B89;
--charcoal-700: #46626D;
--charcoal-800: #32464E;
--charcoal-900: #202D32;
--charcoal-950: #141C1F;
}