Charcoal
#363C49
BlueColor Codes
All color formats for development
HEX
#363C49RGB
rgb(54, 60, 73)HSL
hsl(221, 15%, 25%)OKLCH
oklch(0.356 0.024 265.6)CMYK
cmyk(26%, 18%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313642
2#2B303B
3#262A33
4#21242C
5#1B1E25
6#16181D
7#101216
8#0B0C0F
9#050607
Tints
Lighter variations
1#464E5F
2#576075
3#67728B
4#7B869D
5#919AAE
6#A7AEBE
7#BDC2CE
8#D3D7DE
9#E9EBEF
Tones
Muted variations
1#373D48
2#383D47
3#393D46
4#3A3E45
5#3B3E45
6#3C3E44
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 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 98A1 #98A1B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B86 #7B869D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F6A #5F6A81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C54 #4C5467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C49 | 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: #D9DCE3;
--charcoal-300: #BCC1CD;
--charcoal-400: #98A1B3;
--charcoal-500: #7B869D;
--charcoal-600: #5F6A81;
--charcoal-700: #4C5467;
--charcoal-800: #363C49;
--charcoal-900: #23272F;
--charcoal-950: #16181D;
}