#d770eb
a light, electric magenta / pink · warm · closest name: violet
RGB
215, 112, 235
HSL
290°, 76%, 68%
CMYK
9, 52, 0, 8
Luminance
0.3203
Every format
| HEX | #d770eb |
| RGB | rgb(215, 112, 235) |
| HSL | hsl(290, 76%, 68%) |
| CMYK | cmyk(9%, 52%, 0%, 8%) |
| LAB | lab(63.4 58.3 -45.3) |
| LCH | lch(63.4 73.8 322.2) |
| OKLCH | oklch(0.709 0.199 320.9) |
Copy-ready code
/* CSS */
color: #d770eb;
background-color: #d770eb;
/* Tailwind (arbitrary) */
class="text-[#d770eb] bg-[#d770eb]"
/* SCSS */
$brand: #d770eb;
/* SwiftUI */
Color(red: 0.843, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#d770eb")Accessibility — WCAG contrast
Aa
#d770eb on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d770eb on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green43.9%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d770eb text on a black background
contrast 7.41:1
Card sample
#d770eb text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d770eb;
Background color
Panel with #d770eb background
background-color: #d770eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d770eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d770eb; background: linear-gradient(135deg, #d770eb, #EB70AD);