Charcoal
#36404A
BlueColor Codes
All color formats for development
HEX
#36404ARGB
rgb(54, 64, 74)HSL
hsl(210, 16%, 25%)OKLCH
oklch(0.366 0.022 248.4)CMYK
cmyk(27%, 14%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303943
2#2B333B
3#252D34
4#20262C
5#1B2025
6#15191E
7#101316
8#0B0D0F
9#050607
Tints
Lighter variations
1#465360
2#566676
3#66798D
4#7A8C9F
5#909FAF
6#A6B3BF
7#BCC6CF
8#D3D9DF
9#E9ECEF
Tones
Muted variations
1#374049
2#384048
3#394047
4#3A4046
5#3B4045
6#3C4044
7#3D4043
8#3E4042
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC4 #BBC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A6 #97A6B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8C #7A8C9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E70 #5E7082 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B59 #4B5968 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3640 #36404A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #22292F | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D9DEE3;
--charcoal-300: #BBC4CE;
--charcoal-400: #97A6B4;
--charcoal-500: #7A8C9F;
--charcoal-600: #5E7082;
--charcoal-700: #4B5968;
--charcoal-800: #36404A;
--charcoal-900: #22292F;
--charcoal-950: #151A1E;
}