Charcoal
#364649
CyanColor Codes
All color formats for development
HEX
#364649RGB
rgb(54, 70, 73)HSL
hsl(189, 15%, 25%)OKLCH
oklch(0.381 0.021 210.3)CMYK
cmyk(26%, 4%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313F42
2#2B383B
3#263133
4#212A2C
5#1B2325
6#161C1D
7#101516
8#0B0E0F
9#050707
Tints
Lighter variations
1#465C5F
2#577175
3#67868B
4#7B989D
5#91A9AE
6#A7BBBE
7#BDCCCE
8#D3DDDE
9#E9EEEF
Tones
Muted variations
1#374648
2#384547
3#394446
4#3A4445
5#3B4345
6#3C4244
7#3D4243
8#3E4142
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 98AF #98AFB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B98 #7B989D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7C #5F7C81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C63 #4C6367 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3646 #364649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EAEFF0;
--charcoal-200: #D9E1E3;
--charcoal-300: #BCCBCD;
--charcoal-400: #98AFB3;
--charcoal-500: #7B989D;
--charcoal-600: #5F7C81;
--charcoal-700: #4C6367;
--charcoal-800: #364649;
--charcoal-900: #232D2F;
--charcoal-950: #161C1D;
}