Charcoal
#4B4F68
BlueColor Codes
All color formats for development
HEX
#4B4F68RGB
rgb(75, 79, 104)HSL
hsl(232, 16%, 35%)OKLCH
oklch(0.434 0.042 277.4)CMYK
cmyk(28%, 24%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43475D
2#3C3F53
3#343748
4#2D2F3E
5#252734
6#1E2029
7#16181F
8#0F1015
9#07080A
Tints
Lighter variations
1#595D7B
2#676C8E
3#787D9E
4#8C90AB
5#9FA2B9
6#B2B5C7
7#C5C7D5
8#D9DAE3
9#ECECF1
Tones
Muted variations
1#4C5066
2#4E5165
3#4F5263
4#515362
5#525460
6#54555F
7#55565E
8#56575C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBD #BBBDCE | BordersInactive statesPlaceholder text |
| 400 | 979B #979BB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A7F #7A7F9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E63 #5E6382 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B4F #4B4F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3638 #36384A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #22242F | 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: #EAEBF0;
--charcoal-200: #D9DAE3;
--charcoal-300: #BBBDCE;
--charcoal-400: #979BB4;
--charcoal-500: #7A7F9F;
--charcoal-600: #5E6382;
--charcoal-700: #4B4F68;
--charcoal-800: #36384A;
--charcoal-900: #22242F;
--charcoal-950: #15171E;
}