Charcoal
#505262
BlueColor Codes
All color formats for development
HEX
#505262RGB
rgb(80, 82, 98)HSL
hsl(233, 10%, 35%)OKLCH
oklch(0.443 0.026 279.6)CMYK
cmyk(18%, 16%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484A58
2#40424F
3#383A45
4#30313B
5#282931
6#202127
7#18191D
8#101014
9#08080A
Tints
Lighter variations
1#5F6274
2#6E7187
3#7F8297
4#9294A5
5#A4A6B4
6#B6B8C3
7#C8C9D2
8#DBDBE1
9#EDEDF0
Tones
Muted variations
1#515361
2#525460
3#53545F
4#54555F
5#55565E
6#56575D
7#57575C
8#57585B
9#58595A
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 | BEC0 #BEC0CA | BordersInactive statesPlaceholder text |
| 400 | 9D9F #9D9FAF | Disabled statesSecondary iconsMuted text |
| 500 | 8183 #818398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6568 #65687B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5052 #505262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393B #393B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262D | 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: #EBECEF;
--charcoal-200: #DBDBE1;
--charcoal-300: #BEC0CA;
--charcoal-400: #9D9FAF;
--charcoal-500: #818398;
--charcoal-600: #65687B;
--charcoal-700: #505262;
--charcoal-800: #393B46;
--charcoal-900: #25262D;
--charcoal-950: #17181C;
}