Charcoal
#4E5365
BlueColor Codes
All color formats for development
HEX
#4E5365RGB
rgb(78, 83, 101)HSL
hsl(227, 13%, 35%)OKLCH
oklch(0.445 0.03 272.9)CMYK
cmyk(23%, 18%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#464A5B
2#3E4251
3#363A47
4#2F323D
5#272932
6#1F2128
7#17191E
8#101114
9#08080A
Tints
Lighter variations
1#5C6278
2#6A718A
3#7C829A
4#8F94A8
5#A1A6B7
6#B4B8C5
7#C7CAD4
8#DADBE2
9#ECEDF1
Tones
Muted variations
1#4F5364
2#505463
3#515561
4#525560
5#53565F
6#55575E
7#56575D
8#57585C
9#58595A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC0 #BDC0CC | BordersInactive statesPlaceholder text |
| 400 | 9A9F #9A9FB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D84 #7D849B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6268 #62687F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E53 #4E5365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373B #373B48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBECEF;
--charcoal-200: #DADBE2;
--charcoal-300: #BDC0CC;
--charcoal-400: #9A9FB1;
--charcoal-500: #7D849B;
--charcoal-600: #62687F;
--charcoal-700: #4E5365;
--charcoal-800: #373B48;
--charcoal-900: #23262E;
--charcoal-950: #16181D;
}