Charcoal
#36414A
BlueColor Codes
All color formats for development
HEX
#36414ARGB
rgb(54, 65, 74)HSL
hsl(207, 16%, 25%)OKLCH
oklch(0.369 0.021 243)CMYK
cmyk(27%, 12%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303A43
2#2B343B
3#252D34
4#20272C
5#1B2025
6#151A1E
7#101316
8#0B0D0F
9#050607
Tints
Lighter variations
1#465460
2#566876
3#667B8D
4#7A8E9F
5#90A1AF
6#A6B4BF
7#BCC7CF
8#D3D9DF
9#E9ECEF
Tones
Muted variations
1#374149
2#384148
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 | BBC5 #BBC5CE | BordersInactive statesPlaceholder text |
| 400 | 97A7 #97A7B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8E #7A8E9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E72 #5E7282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5B #4B5B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #36414A | 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: #BBC5CE;
--charcoal-400: #97A7B4;
--charcoal-500: #7A8E9F;
--charcoal-600: #5E7282;
--charcoal-700: #4B5B68;
--charcoal-800: #36414A;
--charcoal-900: #22292F;
--charcoal-950: #151A1E;
}