Charcoal
#36434A
BlueColor Codes
All color formats for development
HEX
#36434ARGB
rgb(54, 67, 74)HSL
hsl(201, 16%, 25%)OKLCH
oklch(0.374 0.021 231.6)CMYK
cmyk(27%, 9%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303C43
2#2B353B
3#252F34
4#20282C
5#1B2125
6#151B1E
7#101416
8#0B0D0F
9#050707
Tints
Lighter variations
1#465760
2#566B76
3#667F8D
4#7A929F
5#90A4AF
6#A6B6BF
7#BCC8CF
8#D3DBDF
9#E9EDEF
Tones
Muted variations
1#374349
2#384248
3#394247
4#3A4246
5#3B4145
6#3C4144
7#3D4143
8#3E4042
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC7 #BBC7CE | BordersInactive statesPlaceholder text |
| 400 | 97AA #97AAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A92 #7A929F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E76 #5E7682 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5E #4B5E68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3643 #36434A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B2F | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF0;
--charcoal-200: #D9DFE3;
--charcoal-300: #BBC7CE;
--charcoal-400: #97AAB4;
--charcoal-500: #7A929F;
--charcoal-600: #5E7682;
--charcoal-700: #4B5E68;
--charcoal-800: #36434A;
--charcoal-900: #222B2F;
--charcoal-950: #151B1E;
}