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