Charcoal
#4D6366
CyanColor Codes
All color formats for development
HEX
#4D6366RGB
rgb(77, 99, 102)HSL
hsl(187, 14%, 35%)OKLCH
oklch(0.483 0.027 206.6)CMYK
cmyk(25%, 3%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45595C
2#3D4F51
3#364547
4#2E3B3D
5#263133
6#1F2829
7#171E1F
8#0F1414
9#080A0A
Tints
Lighter variations
1#5B7579
2#69888C
3#7B979B
4#8EA6A9
5#A1B5B8
6#B3C4C6
7#C6D3D4
8#D9E1E2
9#ECF0F1
Tones
Muted variations
1#4E6264
2#4F6163
3#516062
4#525F61
5#535E5F
6#545D5E
7#565C5D
8#575B5C
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 99AF #99AFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C99 #7C999C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607C #607C80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D63 #4D6366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEFF0;
--charcoal-200: #D9E1E2;
--charcoal-300: #BCCBCD;
--charcoal-400: #99AFB2;
--charcoal-500: #7C999C;
--charcoal-600: #607C80;
--charcoal-700: #4D6366;
--charcoal-800: #374749;
--charcoal-900: #232D2F;
--charcoal-950: #161C1D;
}