#4d4dbb
a balanced, soft blue · warm · closest name: slateblue
RGB
77, 77, 187
HSL
240°, 45%, 52%
CMYK
59, 59, 0, 27
Luminance
0.1047
Every format
| HEX | #4d4dbb |
| RGB | rgb(77, 77, 187) |
| HSL | hsl(240, 45%, 52%) |
| CMYK | cmyk(59%, 59%, 0%, 27%) |
| LAB | lab(38.7 32.6 -58.2) |
| LCH | lch(38.7 66.7 299.3) |
| OKLCH | oklch(0.484 0.169 278.0) |
Copy-ready code
/* CSS */
color: #4d4dbb;
background-color: #4d4dbb;
/* Tailwind (arbitrary) */
class="text-[#4d4dbb] bg-[#4d4dbb]"
/* SCSS */
$brand: #4d4dbb;
/* SwiftUI */
Color(red: 0.302, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#4d4dbb")Accessibility — WCAG contrast
Aa
#4d4dbb on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4d4dbb on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green30.2%
Blue73.3%
CMYK percentages
Cyan58.8%
Magenta58.8%
Yellow0.0%
Key (black)26.7%
Color previews
#4d4dbb text on a black background
contrast 3.09:1
Card sample
#4d4dbb text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d4dbb;
Background color
Panel with #4d4dbb background
background-color: #4d4dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d4dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d4dbb; background: linear-gradient(135deg, #4d4dbb, #964DBB);