#d697fd
a light, electric violet · warm · closest name: violet
RGB
214, 151, 253
HSL
277°, 96%, 79%
CMYK
15, 40, 0, 1
Luminance
0.4352
Every format
| HEX | #d697fd |
| RGB | rgb(214, 151, 253) |
| HSL | hsl(277, 96%, 79%) |
| CMYK | cmyk(15%, 40%, 0%, 1%) |
| LAB | lab(71.9 41.6 -41.8) |
| LCH | lch(71.9 58.9 314.9) |
| OKLCH | oklch(0.775 0.155 311.6) |
Copy-ready code
/* CSS */
color: #d697fd;
background-color: #d697fd;
/* Tailwind (arbitrary) */
class="text-[#d697fd] bg-[#d697fd]"
/* SCSS */
$brand: #d697fd;
/* SwiftUI */
Color(red: 0.839, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#d697fd")Accessibility — WCAG contrast
Aa
#d697fd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d697fd on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green59.2%
Blue99.2%
CMYK percentages
Cyan15.4%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d697fd text on a black background
contrast 9.70:1
Card sample
#d697fd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d697fd;
Background color
Panel with #d697fd background
background-color: #d697fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d697fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d697fd; background: linear-gradient(135deg, #d697fd, #FD97E0);