Charcoal
#363D4A
BlueColor Codes
All color formats for development
HEX
#363D4ARGB
rgb(54, 61, 74)HSL
hsl(219, 16%, 25%)OKLCH
oklch(0.359 0.024 262.8)CMYK
cmyk(27%, 18%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303743
2#2B313B
3#252A34
4#20242C
5#1B1E25
6#15181E
7#101216
8#0B0C0F
9#050607
Tints
Lighter variations
1#464F60
2#566176
3#66738D
4#7A879F
5#909BAF
6#A6AFBF
7#BCC3CF
8#D3D7DF
9#E9EBEF
Tones
Muted variations
1#373D49
2#383D48
3#393E47
4#3A3E46
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 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC2 #BBC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A1 #97A1B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A87 #7A879F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6B #5E6B82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B55 #4B5568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363D #363D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #22272F | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D9DCE3;
--charcoal-300: #BBC2CE;
--charcoal-400: #97A1B4;
--charcoal-500: #7A879F;
--charcoal-600: #5E6B82;
--charcoal-700: #4B5568;
--charcoal-800: #363D4A;
--charcoal-900: #22272F;
--charcoal-950: #15181E;
}