Charcoal
#515361
GrayColor Codes
All color formats for development
HEX
#515361RGB
rgb(81, 83, 97)HSL
hsl(232, 9%, 35%)OKLCH
oklch(0.446 0.023 279)CMYK
cmyk(16%, 14%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494B58
2#41434E
3#393A44
4#31323A
5#292A31
6#202127
7#18191D
8#101113
9#08080A
Tints
Lighter variations
1#606373
2#6F7285
3#818395
4#9395A5
5#A5A7B4
6#B7B8C3
7#C9CAD2
8#DBDCE1
9#EDEDF0
Tones
Muted variations
1#525460
2#535560
3#54555F
4#54565E
5#55565D
6#56575C
7#57575C
8#58585B
9#58595A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC0 #BFC0CA | BordersInactive statesPlaceholder text |
| 400 | 9EA0 #9EA0AE | Disabled statesSecondary iconsMuted text |
| 500 | 8285 #828597 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6669 #66697A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5153 #515361 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3C #3A3C45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262C | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #ECECEF;
--charcoal-200: #DBDCE1;
--charcoal-300: #BFC0CA;
--charcoal-400: #9EA0AE;
--charcoal-500: #828597;
--charcoal-600: #66697A;
--charcoal-700: #515361;
--charcoal-800: #3A3C45;
--charcoal-900: #25262C;
--charcoal-950: #17181C;
}