Charcoal
#363B49
BlueColor Codes
All color formats for development
HEX
#363B49RGB
rgb(54, 59, 73)HSL
hsl(224, 15%, 25%)OKLCH
oklch(0.353 0.025 269.6)CMYK
cmyk(26%, 19%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313542
2#2B2F3B
3#262A33
4#21242C
5#1B1E25
6#16181D
7#101216
8#0B0C0F
9#050607
Tints
Lighter variations
1#464D5F
2#575F75
3#67718B
4#7B849D
5#9199AE
6#A7ADBE
7#BDC2CE
8#D3D6DE
9#E9EBEF
Tones
Muted variations
1#373C48
2#383C47
3#393D46
4#3A3D45
5#3B3E45
6#3C3E44
7#3D3E43
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 | BCC0 #BCC0CD | BordersInactive statesPlaceholder text |
| 400 | 98A0 #98A0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B84 #7B849D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F68 #5F6881 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C53 #4C5367 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363B #363B49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | 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: #BCC0CD;
--charcoal-400: #98A0B3;
--charcoal-500: #7B849D;
--charcoal-600: #5F6881;
--charcoal-700: #4C5367;
--charcoal-800: #363B49;
--charcoal-900: #23262F;
--charcoal-950: #16181D;
}