Charcoal
#4F5D63
BlueColor Codes
All color formats for development
HEX
#4F5D63RGB
rgb(79, 93, 99)HSL
hsl(198, 11%, 35%)OKLCH
oklch(0.469 0.02 225.6)CMYK
cmyk(20%, 6%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#475459
2#404B4F
3#384145
4#30383B
5#282F32
6#202528
7#181C1E
8#101314
9#08090A
Tints
Lighter variations
1#5E6E75
2#6D8088
3#7E9098
4#91A0A6
5#A3B0B5
6#B5C0C4
7#C8CFD3
8#DADFE1
9#EDEFF0
Tones
Muted variations
1#505D62
2#515C61
3#525C60
4#535C5F
5#545B5E
6#555B5D
7#565A5C
8#575A5B
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADF #DADFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC7 #BEC7CB | BordersInactive statesPlaceholder text |
| 400 | 9CAA #9CAAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8091 #809199 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6475 #64757D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5D #4F5D63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242B #242B2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DADFE1;
--charcoal-300: #BEC7CB;
--charcoal-400: #9CAAB0;
--charcoal-500: #809199;
--charcoal-600: #64757D;
--charcoal-700: #4F5D63;
--charcoal-800: #394347;
--charcoal-900: #242B2D;
--charcoal-950: #171B1C;
}