#4d0fd6
a dark, electric violet · warm · closest name: blue
RGB
77, 15, 214
HSL
259°, 87%, 45%
CMYK
64, 93, 0, 16
Luminance
0.0677
Every format
| HEX | #4d0fd6 |
| RGB | rgb(77, 15, 214) |
| HSL | hsl(259, 87%, 45%) |
| CMYK | cmyk(64%, 93%, 0%, 16%) |
| LAB | lab(31.3 68.6 -86.1) |
| LCH | lch(31.3 110.1 308.5) |
| OKLCH | oklch(0.440 0.254 282.2) |
Copy-ready code
/* CSS */
color: #4d0fd6;
background-color: #4d0fd6;
/* Tailwind (arbitrary) */
class="text-[#4d0fd6] bg-[#4d0fd6]"
/* SCSS */
$brand: #4d0fd6;
/* SwiftUI */
Color(red: 0.302, green: 0.059, blue: 0.839)
/* Android */
Color.parseColor("#4d0fd6")Accessibility — WCAG contrast
Aa
#4d0fd6 on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4d0fd6 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green5.9%
Blue83.9%
CMYK percentages
Cyan64.0%
Magenta93.0%
Yellow0.0%
Key (black)16.1%
Color previews
#4d0fd6 text on a black background
contrast 2.35:1
Card sample
#4d0fd6 text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d0fd6;
Background color
Panel with #4d0fd6 background
background-color: #4d0fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d0fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 15, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 15, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d0fd6; background: linear-gradient(135deg, #4d0fd6, #D20FD6);