#4c4c6b
a dark, soft blue · warm · closest name: darkslategray
RGB
76, 76, 107
HSL
240°, 17%, 36%
CMYK
29, 29, 0, 58
Luminance
0.0777
Every format
| HEX | #4c4c6b |
| RGB | rgb(76, 76, 107) |
| HSL | hsl(240, 17%, 36%) |
| CMYK | cmyk(29%, 29%, 0%, 58%) |
| LAB | lab(33.5 7.8 -17.9) |
| LCH | lch(33.5 19.5 293.5) |
| OKLCH | oklch(0.430 0.051 284.0) |
Copy-ready code
/* CSS */
color: #4c4c6b;
background-color: #4c4c6b;
/* Tailwind (arbitrary) */
class="text-[#4c4c6b] bg-[#4c4c6b]"
/* SCSS */
$brand: #4c4c6b;
/* SwiftUI */
Color(red: 0.298, green: 0.298, blue: 0.420)
/* Android */
Color.parseColor("#4c4c6b")Accessibility — WCAG contrast
Aa
#4c4c6b on white: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c4c6b on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green29.8%
Blue42.0%
CMYK percentages
Cyan29.0%
Magenta29.0%
Yellow0.0%
Key (black)58.0%
Color previews
#4c4c6b text on a black background
contrast 2.55:1
Card sample
#4c4c6b text on a white background
contrast 8.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c4c6b;
Background color
Panel with #4c4c6b background
background-color: #4c4c6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c4c6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 76, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 76, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c4c6b; background: linear-gradient(135deg, #4c4c6b, #614C6B);