Charcoal
#485C6A
BlueColor Codes
All color formats for development
HEX
#485C6ARGB
rgb(72, 92, 106)HSL
hsl(205, 19%, 35%)OKLCH
oklch(0.464 0.033 239)CMYK
cmyk(32%, 13%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415360
2#3A4A55
3#33404A
4#2B3740
5#242E35
6#1D252A
7#161C20
8#0E1215
9#07090B
Tints
Lighter variations
1#566D7E
2#637E92
3#758FA1
4#899FAE
5#9CAFBC
6#B0BFC9
7#C4CFD7
8#D8DFE4
9#EBEFF2
Tones
Muted variations
1#4A5C69
2#4C5C67
3#4D5B65
4#4F5B63
5#515B62
6#525A60
7#545A5E
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 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6CF | BordersInactive statesPlaceholder text |
| 400 | 95A9 #95A9B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7690 #7690A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B74 #5B7486 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485C #485C6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | 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: #F6F8F9;
--charcoal-100: #EAEEF1;
--charcoal-200: #D8DFE4;
--charcoal-300: #B9C6CF;
--charcoal-400: #95A9B7;
--charcoal-500: #7690A2;
--charcoal-600: #5B7486;
--charcoal-700: #485C6A;
--charcoal-800: #34424C;
--charcoal-900: #212A31;
--charcoal-950: #151A1E;
}