Charcoal
#484E6A
BlueColor Codes
All color formats for development
HEX
#484E6ARGB
rgb(72, 78, 106)HSL
hsl(229, 19%, 35%)OKLCH
oklch(0.43 0.047 274.9)CMYK
cmyk(32%, 26%, 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#242735
6#1D1F2A
7#161820
8#0E1015
9#07080B
Tints
Lighter variations
1#565D7E
2#636C92
3#757DA1
4#8990AE
5#9CA2BC
6#B0B5C9
7#C4C7D7
8#D8DAE4
9#EBECF2
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 | B9BD #B9BDCF | BordersInactive statesPlaceholder text |
| 400 | 959B #959BB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767E #767EA2 | 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 | 1516 #15161E | 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: #B9BDCF;
--charcoal-400: #959BB7;
--charcoal-500: #767EA2;
--charcoal-600: #5B6386;
--charcoal-700: #484F6A;
--charcoal-800: #34384C;
--charcoal-900: #212431;
--charcoal-950: #15161E;
}