Charcoal
#465E6D
BlueColor Codes
All color formats for development
HEX
#465E6DRGB
rgb(70, 94, 109)HSL
hsl(203, 22%, 35%)OKLCH
oklch(0.468 0.038 236.1)CMYK
cmyk(36%, 14%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5462
2#384B57
3#31424C
4#2A3841
5#232F36
6#1C262C
7#151C21
8#0E1316
9#07090B
Tints
Lighter variations
1#536F81
2#5F8195
3#7191A5
4#86A1B1
5#9AB0BE
6#AEC0CB
7#C2D0D8
8#D7E0E5
9#EBEFF2
Tones
Muted variations
1#485D6B
2#4A5D69
3#4C5C67
4#4D5C65
5#4F5C63
6#515B61
7#535B5F
8#555A5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C7 #B7C7D1 | BordersInactive statesPlaceholder text |
| 400 | 92AA #92AAB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7392 #7392A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5876 #587689 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465E #465E6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3243 #32434E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B32 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D7E0E5;
--charcoal-300: #B7C7D1;
--charcoal-400: #92AAB9;
--charcoal-500: #7392A5;
--charcoal-600: #587689;
--charcoal-700: #465E6D;
--charcoal-800: #32434E;
--charcoal-900: #202B32;
--charcoal-950: #141B1F;
}