Charcoal
#4A4A68
BlueColor Codes
All color formats for development
HEX
#4A4A68RGB
rgb(74, 74, 104)HSL
hsl(240, 17%, 35%)OKLCH
oklch(0.422 0.05 284.1)CMYK
cmyk(29%, 29%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43435E
2#3B3B54
3#343449
4#2C2C3F
5#252534
6#1E1E2A
7#16161F
8#0F0F15
9#07070A
Tints
Lighter variations
1#58587C
2#66668F
3#77779F
4#8B8BAC
5#9E9EBA
6#B1B1C8
7#C5C5D6
8#D8D8E3
9#ECECF1
Tones
Muted variations
1#4C4C67
2#4D4D65
3#4F4F64
4#505062
5#525261
6#53535F
7#55555E
8#56565C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7979 #7979A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D5D #5D5D83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4A #4A4A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3535 #35354B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #222230 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF0;
--charcoal-200: #D8D8E3;
--charcoal-300: #BABACE;
--charcoal-400: #9797B5;
--charcoal-500: #7979A0;
--charcoal-600: #5D5D83;
--charcoal-700: #4A4A68;
--charcoal-800: #35354B;
--charcoal-900: #222230;
--charcoal-950: #15151E;
}