Charcoal
#485A6A
BlueColor Codes
All color formats for development
HEX
#485A6ARGB
rgb(72, 90, 106)HSL
hsl(208, 19%, 35%)OKLCH
oklch(0.459 0.034 245.5)CMYK
cmyk(32%, 15%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415160
2#3A4855
3#333F4A
4#2B3640
5#242D35
6#1D242A
7#161B20
8#0E1215
9#07090B
Tints
Lighter variations
1#566B7E
2#637C92
3#758CA1
4#899DAE
5#9CADBC
6#B0BEC9
7#C4CED7
8#D8DEE4
9#EBEFF2
Tones
Muted variations
1#4A5A69
2#4C5A67
3#4D5A65
4#4F5A63
5#515A62
6#525A60
7#545A5E
8#56595D
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C5 #B9C5CF | BordersInactive statesPlaceholder text |
| 400 | 95A7 #95A7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768E #768EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B72 #5B7286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485A #485A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF1;
--charcoal-200: #D8DEE4;
--charcoal-300: #B9C5CF;
--charcoal-400: #95A7B7;
--charcoal-500: #768EA2;
--charcoal-600: #5B7286;
--charcoal-700: #485A6A;
--charcoal-800: #34414C;
--charcoal-900: #212931;
--charcoal-950: #151A1E;
}