Charcoal
#485D6A
BlueColor Codes
All color formats for development
HEX
#485D6ARGB
rgb(72, 93, 106)HSL
hsl(203, 19%, 35%)OKLCH
oklch(0.466 0.033 235.6)CMYK
cmyk(32%, 12%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415460
2#3A4B55
3#33414A
4#2B3840
5#242F35
6#1D252A
7#161C20
8#0E1315
9#07090B
Tints
Lighter variations
1#566F7E
2#638092
3#7590A1
4#89A0AE
5#9CB0BC
6#B0C0C9
7#C4CFD7
8#D8DFE4
9#EBEFF2
Tones
Muted variations
1#4A5D69
2#4C5C67
3#4D5C65
4#4F5C63
5#515B62
6#525B60
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 | B9C7 #B9C7CF | BordersInactive statesPlaceholder text |
| 400 | 95AA #95AAB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7691 #7691A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B75 #5B7586 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485D #485D6A | 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: #D8DFE4;
--charcoal-300: #B9C7CF;
--charcoal-400: #95AAB7;
--charcoal-500: #7691A2;
--charcoal-600: #5B7586;
--charcoal-700: #485D6A;
--charcoal-800: #34434C;
--charcoal-900: #212B31;
--charcoal-950: #151B1E;
}