Charcoal
#505C62
BlueColor Codes
All color formats for development
HEX
#505C62RGB
rgb(80, 92, 98)HSL
hsl(200, 10%, 35%)OKLCH
oklch(0.467 0.018 229.3)CMYK
cmyk(18%, 6%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485358
2#404A4F
3#384145
4#30373B
5#282E31
6#202527
7#181C1D
8#101214
9#08090A
Tints
Lighter variations
1#5F6D74
2#6E7E87
3#7F8F97
4#929FA5
5#A4AFB4
6#B6BFC3
7#C8CFD2
8#DBDFE1
9#EDEFF0
Tones
Muted variations
1#515C61
2#525C60
3#535B5F
4#545B5F
5#555B5E
6#565A5D
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 | BEC6 #BEC6CA | BordersInactive statesPlaceholder text |
| 400 | 9DA9 #9DA9AF | Disabled statesSecondary iconsMuted text |
| 500 | 8190 #819098 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6574 #65747B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505C #505C62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3942 #394246 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | 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: #BEC6CA;
--charcoal-400: #9DA9AF;
--charcoal-500: #819098;
--charcoal-600: #65747B;
--charcoal-700: #505C62;
--charcoal-800: #394246;
--charcoal-900: #252A2D;
--charcoal-950: #171A1C;
}