Charcoal
#4F5064
BlueColor Codes
All color formats for development
HEX
#4F5064RGB
rgb(79, 80, 100)HSL
hsl(237, 12%, 35%)OKLCH
oklch(0.438 0.033 282.7)CMYK
cmyk(21%, 20%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47485A
2#3F4050
3#373846
4#2F303C
5#272832
6#1F2028
7#18181E
8#101014
9#08080A
Tints
Lighter variations
1#5D5E77
2#6C6D89
3#7D7E99
4#9091A7
5#A2A3B6
6#B5B6C5
7#C7C8D3
8#DADAE2
9#ECEDF0
Tones
Muted variations
1#505163
2#515262
3#525361
4#535360
5#54545F
6#55555E
7#56565C
8#57575B
9#58585A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBE #BDBECB | BordersInactive statesPlaceholder text |
| 400 | 9B9C #9B9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E80 #7E809A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6364 #63647E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F50 #4F5064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3839 #383947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242E | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEBEF;
--charcoal-200: #DADAE2;
--charcoal-300: #BDBECB;
--charcoal-400: #9B9CB0;
--charcoal-500: #7E809A;
--charcoal-600: #63647E;
--charcoal-700: #4F5064;
--charcoal-800: #383947;
--charcoal-900: #24242E;
--charcoal-950: #16171D;
}