Charcoal
#363D49
BlueColor Codes
All color formats for development
HEX
#363D49RGB
rgb(54, 61, 73)HSL
hsl(218, 15%, 25%)OKLCH
oklch(0.358 0.023 261.2)CMYK
cmyk(26%, 16%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313742
2#2B313B
3#262B33
4#21252C
5#1B1F25
6#16181D
7#101216
8#0B0C0F
9#050607
Tints
Lighter variations
1#46505F
2#576275
3#67748B
4#7B889D
5#919CAE
6#A7AFBE
7#BDC3CE
8#D3D7DE
9#E9EBEF
Tones
Muted variations
1#373D48
2#383E47
3#393E46
4#3A3E45
5#3B3E45
6#3C3F44
7#3D3F43
8#3E3F42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC2 #BCC2CD | BordersInactive statesPlaceholder text |
| 400 | 98A2 #98A2B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B88 #7B889D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6C #5F6C81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C56 #4C5667 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363D #363D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EAECF0;
--charcoal-200: #D9DDE3;
--charcoal-300: #BCC2CD;
--charcoal-400: #98A2B3;
--charcoal-500: #7B889D;
--charcoal-600: #5F6C81;
--charcoal-700: #4C5667;
--charcoal-800: #363D49;
--charcoal-900: #23272F;
--charcoal-950: #16181D;
}