Charcoal
#505062
BlueColor Codes
All color formats for development
HEX
#505062RGB
rgb(80, 80, 98)HSL
hsl(240, 10%, 35%)OKLCH
oklch(0.438 0.029 285.1)CMYK
cmyk(18%, 18%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484858
2#40404F
3#383845
4#30303B
5#282831
6#202027
7#18181D
8#101014
9#08080A
Tints
Lighter variations
1#5F5F74
2#6E6E87
3#7F7F97
4#9292A5
5#A4A4B4
6#B6B6C3
7#C8C8D2
8#DBDBE1
9#EDEDF0
Tones
Muted variations
1#515161
2#525260
3#53535F
4#54545F
5#55555E
6#56565D
7#57575C
8#57575B
9#58585A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECA | BordersInactive statesPlaceholder text |
| 400 | 9D9D #9D9DAF | Disabled statesSecondary iconsMuted text |
| 500 | 8181 #818198 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6565 #65657B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5050 #505062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393946 | 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: #EBEBEF;
--charcoal-200: #DBDBE1;
--charcoal-300: #BEBECA;
--charcoal-400: #9D9DAF;
--charcoal-500: #818198;
--charcoal-600: #65657B;
--charcoal-700: #505062;
--charcoal-800: #393946;
--charcoal-900: #25252D;
--charcoal-950: #17171C;
}