Charcoal
#4F5163
BlueColor Codes
All color formats for development
HEX
#4F5163RGB
rgb(79, 81, 99)HSL
hsl(234, 11%, 35%)OKLCH
oklch(0.44 0.03 280.1)CMYK
cmyk(20%, 18%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474959
2#40414F
3#383945
4#30313B
5#282932
6#202128
7#18181E
8#101014
9#08080A
Tints
Lighter variations
1#5E6175
2#6D7088
3#7E8198
4#9193A6
5#A3A5B5
6#B5B7C4
7#C8C9D3
8#DADBE1
9#EDEDF0
Tones
Muted variations
1#505262
2#515361
3#525460
4#53555F
5#54555E
6#55565D
7#56575C
8#57585B
9#58585A
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 | DADB #DADBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBF #BEBFCB | BordersInactive statesPlaceholder text |
| 400 | 9C9E #9C9EB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8082 #808299 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6466 #64667D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F51 #4F5163 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393A #393A47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252D | 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: #EBECEF;
--charcoal-200: #DADBE1;
--charcoal-300: #BEBFCB;
--charcoal-400: #9C9EB0;
--charcoal-500: #808299;
--charcoal-600: #64667D;
--charcoal-700: #4F5163;
--charcoal-800: #393A47;
--charcoal-900: #24252D;
--charcoal-950: #17171C;
}