Charcoal
#47636B
CyanColor Codes
All color formats for development
HEX
#47636BRGB
rgb(71, 99, 107)HSL
hsl(193, 20%, 35%)OKLCH
oklch(0.481 0.035 217.3)CMYK
cmyk(34%, 7%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405960
2#394F56
3#32464B
4#2B3C40
5#243236
6#1D282B
7#151E20
8#0E1415
9#070A0B
Tints
Lighter variations
1#55767F
2#628893
3#7498A2
4#88A7AF
5#9CB6BD
6#AFC4CA
7#C3D3D7
8#D7E2E4
9#EBF0F2
Tones
Muted variations
1#496269
2#4B6168
3#4D6066
4#4F5F64
5#505E62
6#525D60
7#545C5F
8#565B5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CB #B9CBD0 | BordersInactive statesPlaceholder text |
| 400 | 94B0 #94B0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7599 #7599A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7D #5A7D87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4763 #47636B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3347 #33474D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D7E2E4;
--charcoal-300: #B9CBD0;
--charcoal-400: #94B0B8;
--charcoal-500: #7599A3;
--charcoal-600: #5A7D87;
--charcoal-700: #47636B;
--charcoal-800: #33474D;
--charcoal-900: #212D31;
--charcoal-950: #141C1F;
}