Charcoal
#484F6A
BlueColor Codes
All color formats for development
HEX
#484F6ARGB
rgb(72, 79, 106)HSL
hsl(228, 19%, 35%)OKLCH
oklch(0.433 0.046 273.1)CMYK
cmyk(32%, 25%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414760
2#3A3F55
3#33374A
4#2B2F40
5#242835
6#1D202A
7#161820
8#0E1015
9#07080B
Tints
Lighter variations
1#565E7E
2#636C92
3#757EA1
4#8990AE
5#9CA3BC
6#B0B5C9
7#C4C8D7
8#D8DAE4
9#EBEDF2
Tones
Muted variations
1#4A5069
2#4C5167
3#4D5265
4#4F5363
5#515462
6#525560
7#54565E
8#56575D
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BECF | BordersInactive statesPlaceholder text |
| 400 | 959C #959CB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767F #767FA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B63 #5B6386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484F #484F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEBF1;
--charcoal-200: #D8DAE4;
--charcoal-300: #B9BECF;
--charcoal-400: #959CB7;
--charcoal-500: #767FA2;
--charcoal-600: #5B6386;
--charcoal-700: #484F6A;
--charcoal-800: #34384C;
--charcoal-900: #212431;
--charcoal-950: #15171E;
}