Charcoal
#485E6A
BlueColor Codes
All color formats for development
HEX
#485E6ARGB
rgb(72, 94, 106)HSL
hsl(201, 19%, 35%)OKLCH
oklch(0.469 0.033 232.2)CMYK
cmyk(32%, 11%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415560
2#3A4B55
3#33424A
4#2B3940
5#242F35
6#1D262A
7#161C20
8#0E1315
9#07090B
Tints
Lighter variations
1#56707E
2#638192
3#7592A1
4#89A1AE
5#9CB1BC
6#B0C0C9
7#C4D0D7
8#D8E0E4
9#EBEFF2
Tones
Muted variations
1#4A5E69
2#4C5D67
3#4D5D65
4#4F5C63
5#515C62
6#525B60
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 | 95AB #95ABB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7693 #7693A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B77 #5B7786 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485E #485E6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3443 #34434C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | 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: #95ABB7;
--charcoal-500: #7693A2;
--charcoal-600: #5B7786;
--charcoal-700: #485E6A;
--charcoal-800: #34434C;
--charcoal-900: #212B31;
--charcoal-950: #151B1E;
}