#4d3eb2
a balanced, vivid blue · warm · closest name: slateblue
RGB
77, 62, 178
HSL
248°, 48%, 47%
CMYK
57, 65, 0, 30
Luminance
0.0824
Every format
| HEX | #4d3eb2 |
| RGB | rgb(77, 62, 178) |
| HSL | hsl(248, 48%, 47%) |
| CMYK | cmyk(57%, 65%, 0%, 30%) |
| LAB | lab(34.5 38.9 -59.7) |
| LCH | lch(34.5 71.3 303.0) |
| OKLCH | oklch(0.452 0.176 282.6) |
Copy-ready code
/* CSS */
color: #4d3eb2;
background-color: #4d3eb2;
/* Tailwind (arbitrary) */
class="text-[#4d3eb2] bg-[#4d3eb2]"
/* SCSS */
$brand: #4d3eb2;
/* SwiftUI */
Color(red: 0.302, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#4d3eb2")Accessibility — WCAG contrast
Aa
#4d3eb2 on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4d3eb2 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green24.3%
Blue69.8%
CMYK percentages
Cyan56.7%
Magenta65.2%
Yellow0.0%
Key (black)30.2%
Color previews
#4d3eb2 text on a black background
contrast 2.65:1
Card sample
#4d3eb2 text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d3eb2;
Background color
Panel with #4d3eb2 background
background-color: #4d3eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d3eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d3eb2; background: linear-gradient(135deg, #4d3eb2, #9B3EB2);