#d68fd2
a light, vivid magenta / pink · warm · closest name: plum
RGB
214, 143, 210
HSL
303°, 46%, 70%
CMYK
0, 33, 2, 16
Luminance
0.3859
Every format
| HEX | #d68fd2 |
| RGB | rgb(214, 143, 210) |
| HSL | hsl(303, 46%, 70%) |
| CMYK | cmyk(0%, 33%, 2%, 16%) |
| LAB | lab(68.5 37.4 -23.5) |
| LCH | lch(68.5 44.1 327.9) |
| OKLCH | oklch(0.743 0.122 328.7) |
Copy-ready code
/* CSS */
color: #d68fd2;
background-color: #d68fd2;
/* Tailwind (arbitrary) */
class="text-[#d68fd2] bg-[#d68fd2]"
/* SCSS */
$brand: #d68fd2;
/* SwiftUI */
Color(red: 0.839, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#d68fd2")Accessibility — WCAG contrast
Aa
#d68fd2 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d68fd2 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green56.1%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow1.9%
Key (black)16.1%
Color previews
#d68fd2 text on a black background
contrast 8.72:1
Card sample
#d68fd2 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d68fd2;
Background color
Panel with #d68fd2 background
background-color: #d68fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d68fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d68fd2; background: linear-gradient(135deg, #d68fd2, #D68FA3);