Charcoal
#36494A
CyanColor Codes
All color formats for development
HEX
#36494ARGB
rgb(54, 73, 74)HSL
hsl(183, 16%, 25%)OKLCH
oklch(0.39 0.024 200.2)CMYK
cmyk(27%, 1%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304243
2#2B3A3B
3#253334
4#202C2C
5#1B2425
6#151D1E
7#101616
8#0B0F0F
9#050707
Tints
Lighter variations
1#465F60
2#567576
3#668B8D
4#7A9D9F
5#90ADAF
6#A6BEBF
7#BCCECF
8#D3DEDF
9#E9EFEF
Tones
Muted variations
1#374849
2#384748
3#394647
4#3A4546
5#3B4445
6#3C4344
7#3D4343
8#3E4242
9#3F4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCD #BBCDCE | BordersInactive statesPlaceholder text |
| 400 | 97B3 #97B3B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9D #7A9D9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E80 #5E8082 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B66 #4B6668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3649 #36494A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222F #222F2F | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAF0F0;
--charcoal-200: #D9E3E3;
--charcoal-300: #BBCDCE;
--charcoal-400: #97B3B4;
--charcoal-500: #7A9D9F;
--charcoal-600: #5E8082;
--charcoal-700: #4B6668;
--charcoal-800: #36494A;
--charcoal-900: #222F2F;
--charcoal-950: #151D1E;
}