#d769eb
a light, electric magenta / pink · warm · closest name: violet
RGB
215, 105, 235
HSL
291°, 77%, 67%
CMYK
9, 55, 0, 8
Luminance
0.3055
Every format
| HEX | #d769eb |
| RGB | rgb(215, 105, 235) |
| HSL | hsl(291, 77%, 67%) |
| CMYK | cmyk(9%, 55%, 0%, 8%) |
| LAB | lab(62.1 61.6 -47.2) |
| LCH | lch(62.1 77.6 322.5) |
| OKLCH | oklch(0.700 0.209 321.3) |
Copy-ready code
/* CSS */
color: #d769eb;
background-color: #d769eb;
/* Tailwind (arbitrary) */
class="text-[#d769eb] bg-[#d769eb]"
/* SCSS */
$brand: #d769eb;
/* SwiftUI */
Color(red: 0.843, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#d769eb")Accessibility — WCAG contrast
Aa
#d769eb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d769eb on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green41.2%
Blue92.2%
CMYK percentages
Cyan8.5%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d769eb text on a black background
contrast 7.11:1
Card sample
#d769eb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d769eb;
Background color
Panel with #d769eb background
background-color: #d769eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d769eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d769eb; background: linear-gradient(135deg, #d769eb, #EB69A8);