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