#d69bfd
a light, electric violet · warm · closest name: violet
RGB
214, 155, 253
HSL
276°, 96%, 80%
CMYK
15, 39, 0, 1
Luminance
0.4483
Every format
| HEX | #d69bfd |
| RGB | rgb(214, 155, 253) |
| HSL | hsl(276, 96%, 80%) |
| CMYK | cmyk(15%, 39%, 0%, 1%) |
| LAB | lab(72.8 39.4 -40.4) |
| LCH | lch(72.8 56.4 314.3) |
| OKLCH | oklch(0.781 0.148 311.0) |
Copy-ready code
/* CSS */
color: #d69bfd;
background-color: #d69bfd;
/* Tailwind (arbitrary) */
class="text-[#d69bfd] bg-[#d69bfd]"
/* SCSS */
$brand: #d69bfd;
/* SwiftUI */
Color(red: 0.839, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#d69bfd")Accessibility — WCAG contrast
Aa
#d69bfd on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d69bfd on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green60.8%
Blue99.2%
CMYK percentages
Cyan15.4%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d69bfd text on a black background
contrast 9.97:1
Card sample
#d69bfd text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d69bfd;
Background color
Panel with #d69bfd background
background-color: #d69bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d69bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d69bfd; background: linear-gradient(135deg, #d69bfd, #FD9BE3);