Charcoal
#4B6068
BlueColor Codes
All color formats for development
HEX
#4B6068RGB
rgb(75, 96, 104)HSL
hsl(197, 16%, 35%)OKLCH
oklch(0.475 0.028 223.1)CMYK
cmyk(28%, 8%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43565D
2#3C4C53
3#344348
4#2D393E
5#253034
6#1E2629
7#161D1F
8#0F1315
9#070A0A
Tints
Lighter variations
1#59717B
2#67838E
3#78939E
4#8CA2AB
5#9FB2B9
6#B2C1C7
7#C5D1D5
8#D9E0E3
9#ECF0F1
Tones
Muted variations
1#4C5F66
2#4E5E65
3#4F5E63
4#515D62
5#525C60
6#545C5F
7#555B5E
8#565A5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC8 #BBC8CE | BordersInactive statesPlaceholder text |
| 400 | 97AC #97ACB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A94 #7A949F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E78 #5E7882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5F #4B5F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3644 #36444A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C2F | 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: #EAEEF0;
--charcoal-200: #D9E0E3;
--charcoal-300: #BBC8CE;
--charcoal-400: #97ACB4;
--charcoal-500: #7A949F;
--charcoal-600: #5E7882;
--charcoal-700: #4B5F68;
--charcoal-800: #36444A;
--charcoal-900: #222C2F;
--charcoal-950: #151B1E;
}