#d97bfd
a light, electric violet · warm · closest name: violet
RGB
217, 123, 253
HSL
283°, 97%, 74%
CMYK
14, 51, 0, 1
Luminance
0.3601
Every format
| HEX | #d97bfd |
| RGB | rgb(217, 123, 253) |
| HSL | hsl(283, 97%, 74%) |
| CMYK | cmyk(14%, 51%, 0%, 1%) |
| LAB | lab(66.5 56.9 -50.2) |
| LCH | lch(66.5 75.9 318.6) |
| OKLCH | oklch(0.735 0.201 315.9) |
Copy-ready code
/* CSS */
color: #d97bfd;
background-color: #d97bfd;
/* Tailwind (arbitrary) */
class="text-[#d97bfd] bg-[#d97bfd]"
/* SCSS */
$brand: #d97bfd;
/* SwiftUI */
Color(red: 0.851, green: 0.482, blue: 0.992)
/* Android */
Color.parseColor("#d97bfd")Accessibility — WCAG contrast
Aa
#d97bfd on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d97bfd on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green48.2%
Blue99.2%
CMYK percentages
Cyan14.2%
Magenta51.4%
Yellow0.0%
Key (black)0.8%
Color previews
#d97bfd text on a black background
contrast 8.20:1
Card sample
#d97bfd text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d97bfd;
Background color
Panel with #d97bfd background
background-color: #d97bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d97bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 123, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 123, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d97bfd; background: linear-gradient(135deg, #d97bfd, #FD7BCA);