Charcoal
#505D62
BlueColor Codes
All color formats for development
HEX
#505D62RGB
rgb(80, 93, 98)HSL
hsl(197, 10%, 35%)OKLCH
oklch(0.469 0.018 223)CMYK
cmyk(18%, 5%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485458
2#404A4F
3#384145
4#30383B
5#282F31
6#202527
7#181C1D
8#101314
9#08090A
Tints
Lighter variations
1#5F6E74
2#6E8087
3#7F9097
4#92A0A5
5#A4B0B4
6#B6C0C3
7#C8CFD2
8#DBDFE1
9#EDEFF0
Tones
Muted variations
1#515D61
2#525C60
3#535C5F
4#545C5F
5#555B5E
6#565B5D
7#575A5C
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 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC7 #BEC7CA | BordersInactive statesPlaceholder text |
| 400 | 9DAA #9DAAAF | Disabled statesSecondary iconsMuted text |
| 500 | 8191 #819198 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6575 #65757B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505D #505D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394346 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2D | 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: #DBDFE1;
--charcoal-300: #BEC7CA;
--charcoal-400: #9DAAAF;
--charcoal-500: #819198;
--charcoal-600: #65757B;
--charcoal-700: #505D62;
--charcoal-800: #394346;
--charcoal-900: #252B2D;
--charcoal-950: #171B1C;
}