Charcoal
#364449
BlueColor Codes
All color formats for development
HEX
#364449RGB
rgb(54, 68, 73)HSL
hsl(196, 15%, 25%)OKLCH
oklch(0.376 0.02 221.6)CMYK
cmyk(26%, 7%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313D42
2#2B373B
3#263033
4#21292C
5#1B2225
6#161B1D
7#101416
8#0B0E0F
9#050707
Tints
Lighter variations
1#46595F
2#576D75
3#67828B
4#7B949D
5#91A6AE
6#A7B8BE
7#BDCACE
8#D3DBDE
9#E9EDEF
Tones
Muted variations
1#374448
2#384347
3#394346
4#3A4245
5#3B4245
6#3C4244
7#3D4143
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 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC8 #BCC8CD | BordersInactive statesPlaceholder text |
| 400 | 98AC #98ACB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B94 #7B949D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F78 #5F7881 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5F #4C5F67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3644 #364449 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EAEEF0;
--charcoal-200: #D9E0E3;
--charcoal-300: #BCC8CD;
--charcoal-400: #98ACB3;
--charcoal-500: #7B949D;
--charcoal-600: #5F7881;
--charcoal-700: #4C5F67;
--charcoal-800: #364449;
--charcoal-900: #232C2F;
--charcoal-950: #161B1D;
}