Charcoal
#4F5764
BlueColor Codes
All color formats for development
HEX
#4F5764RGB
rgb(79, 87, 100)HSL
hsl(217, 12%, 35%)OKLCH
oklch(0.455 0.024 260.1)CMYK
cmyk(21%, 13%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474E5A
2#3F4550
3#373D46
4#2F343C
5#272B32
6#1F2328
7#181A1E
8#101114
9#08090A
Tints
Lighter variations
1#5D6777
2#6C7789
3#7D8899
4#9099A7
5#A2AAB6
6#B5BBC5
7#C7CCD3
8#DADDE2
9#ECEEF0
Tones
Muted variations
1#505763
2#515762
3#525861
4#535860
5#54585F
6#55585E
7#56595C
8#57595B
9#58595A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC3 #BDC3CB | BordersInactive statesPlaceholder text |
| 400 | 9BA3 #9BA3B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E89 #7E899A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636D #636D7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F57 #4F5764 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383E #383E47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2428 #24282E | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEDEF;
--charcoal-200: #DADDE2;
--charcoal-300: #BDC3CB;
--charcoal-400: #9BA3B0;
--charcoal-500: #7E899A;
--charcoal-600: #636D7E;
--charcoal-700: #4F5764;
--charcoal-800: #383E47;
--charcoal-900: #24282E;
--charcoal-950: #16191D;
}