#d671eb
a light, electric violet · warm · closest name: violet
RGB
214, 113, 235
HSL
290°, 75%, 68%
CMYK
9, 52, 0, 8
Luminance
0.3210
Every format
| HEX | #d671eb |
| RGB | rgb(214, 113, 235) |
| HSL | hsl(290, 75%, 68%) |
| CMYK | cmyk(9%, 52%, 0%, 8%) |
| LAB | lab(63.4 57.5 -45.2) |
| LCH | lch(63.4 73.1 321.9) |
| OKLCH | oklch(0.709 0.197 320.5) |
Copy-ready code
/* CSS */
color: #d671eb;
background-color: #d671eb;
/* Tailwind (arbitrary) */
class="text-[#d671eb] bg-[#d671eb]"
/* SCSS */
$brand: #d671eb;
/* SwiftUI */
Color(red: 0.839, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#d671eb")Accessibility — WCAG contrast
Aa
#d671eb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d671eb on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green44.3%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#d671eb text on a black background
contrast 7.42:1
Card sample
#d671eb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d671eb;
Background color
Panel with #d671eb background
background-color: #d671eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d671eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d671eb; background: linear-gradient(135deg, #d671eb, #EB71AF);