Charcoal
#505162
BlueColor Codes
All color formats for development
HEX
#505162RGB
rgb(80, 81, 98)HSL
hsl(237, 10%, 35%)OKLCH
oklch(0.441 0.028 282.5)CMYK
cmyk(18%, 17%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484958
2#40414F
3#383945
4#30313B
5#282931
6#202027
7#18181D
8#101014
9#08080A
Tints
Lighter variations
1#5F6074
2#6E6F87
3#7F8197
4#9293A5
5#A4A5B4
6#B6B7C3
7#C8C9D2
8#DBDBE1
9#EDEDF0
Tones
Muted variations
1#515261
2#525360
3#53545F
4#54545F
5#55555E
6#56565D
7#57575C
8#57585B
9#58585A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBF #BEBFCA | BordersInactive statesPlaceholder text |
| 400 | 9D9E #9D9EAF | Disabled statesSecondary iconsMuted text |
| 500 | 8182 #818298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6566 #65667B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5051 #505162 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393A #393A46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBECEF;
--charcoal-200: #DBDBE1;
--charcoal-300: #BEBFCA;
--charcoal-400: #9D9EAF;
--charcoal-500: #818298;
--charcoal-600: #65667B;
--charcoal-700: #505162;
--charcoal-800: #393A46;
--charcoal-900: #25252D;
--charcoal-950: #17171C;
}