Charcoal
#485F6A
BlueColor Codes
All color formats for development
HEX
#485F6ARGB
rgb(72, 95, 106)HSL
hsl(199, 19%, 35%)OKLCH
oklch(0.471 0.033 228.8)CMYK
cmyk(32%, 10%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415660
2#3A4C55
3#33434A
4#2B3940
5#243035
6#1D262A
7#161D20
8#0E1315
9#070A0B
Tints
Lighter variations
1#56717E
2#638392
3#7593A1
4#89A2AE
5#9CB2BC
6#B0C1C9
7#C4D1D7
8#D8E0E4
9#EBF0F2
Tones
Muted variations
1#4A5F69
2#4C5E67
3#4D5E65
4#4F5D63
5#515C62
6#525C60
7#545B5E
8#565A5D
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8CF | BordersInactive statesPlaceholder text |
| 400 | 95AC #95ACB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7694 #7694A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B78 #5B7886 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485F #485F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF1;
--charcoal-200: #D8E0E4;
--charcoal-300: #B9C8CF;
--charcoal-400: #95ACB7;
--charcoal-500: #7694A2;
--charcoal-600: #5B7886;
--charcoal-700: #485F6A;
--charcoal-800: #34444C;
--charcoal-900: #212C31;
--charcoal-950: #151B1E;
}