#d682fd
a light, electric violet · warm · closest name: violet
RGB
214, 130, 253
HSL
281°, 97%, 75%
CMYK
15, 49, 0, 1
Luminance
0.3735
Every format
| HEX | #d682fd |
| RGB | rgb(214, 130, 253) |
| HSL | hsl(281, 97%, 75%) |
| CMYK | cmyk(15%, 49%, 0%, 1%) |
| LAB | lab(67.5 52.6 -48.6) |
| LCH | lch(67.5 71.6 317.3) |
| OKLCH | oklch(0.742 0.189 314.2) |
Copy-ready code
/* CSS */
color: #d682fd;
background-color: #d682fd;
/* Tailwind (arbitrary) */
class="text-[#d682fd] bg-[#d682fd]"
/* SCSS */
$brand: #d682fd;
/* SwiftUI */
Color(red: 0.839, green: 0.510, blue: 0.992)
/* Android */
Color.parseColor("#d682fd")Accessibility — WCAG contrast
Aa
#d682fd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d682fd on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green51.0%
Blue99.2%
CMYK percentages
Cyan15.4%
Magenta48.6%
Yellow0.0%
Key (black)0.8%
Color previews
#d682fd text on a black background
contrast 8.47:1
Card sample
#d682fd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d682fd;
Background color
Panel with #d682fd background
background-color: #d682fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d682fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 130, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 130, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d682fd; background: linear-gradient(135deg, #d682fd, #FD82D2);