Charcoal
#4F6363
CyanColor Codes
All color formats for development
HEX
#4F6363RGB
rgb(79, 99, 99)HSL
hsl(180, 11%, 35%)OKLCH
oklch(0.483 0.024 196.4)CMYK
cmyk(20%, 0%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#475959
2#404F4F
3#384545
4#303B3B
5#283232
6#202828
7#181E1E
8#101414
9#080A0A
Tints
Lighter variations
1#5E7575
2#6D8888
3#7E9898
4#91A6A6
5#A3B5B5
6#B5C4C4
7#C8D3D3
8#DAE1E1
9#EDF0F0
Tones
Muted variations
1#506262
2#516161
3#526060
4#535F5F
5#545E5E
6#555D5D
7#565C5C
8#575B5B
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECB #BECBCB | BordersInactive statesPlaceholder text |
| 400 | 9CB0 #9CB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8099 #809999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 647D #647D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F63 #4F6363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3947 #394747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #EBEFEF;
--charcoal-200: #DAE1E1;
--charcoal-300: #BECBCB;
--charcoal-400: #9CB0B0;
--charcoal-500: #809999;
--charcoal-600: #647D7D;
--charcoal-700: #4F6363;
--charcoal-800: #394747;
--charcoal-900: #242D2D;
--charcoal-950: #171C1C;
}