#dfb9fe
a pale, electric violet · warm · closest name: plum
RGB
223, 185, 254
HSL
273°, 97%, 86%
CMYK
12, 27, 0, 0
Luminance
0.5754
Every format
| HEX | #dfb9fe |
| RGB | rgb(223, 185, 254) |
| HSL | hsl(273, 97%, 86%) |
| CMYK | cmyk(12%, 27%, 0%, 0%) |
| LAB | lab(80.5 26.1 -28.9) |
| LCH | lch(80.5 39.0 312.1) |
| OKLCH | oklch(0.842 0.102 309.3) |
Copy-ready code
/* CSS */
color: #dfb9fe;
background-color: #dfb9fe;
/* Tailwind (arbitrary) */
class="text-[#dfb9fe] bg-[#dfb9fe]"
/* SCSS */
$brand: #dfb9fe;
/* SwiftUI */
Color(red: 0.875, green: 0.725, blue: 0.996)
/* Android */
Color.parseColor("#dfb9fe")Accessibility — WCAG contrast
Aa
#dfb9fe on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb9fe on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.5%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta27.2%
Yellow0.0%
Key (black)0.4%
Color previews
#dfb9fe text on a black background
contrast 12.51:1
Card sample
#dfb9fe text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb9fe;
Background color
Panel with #dfb9fe background
background-color: #dfb9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 185, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 185, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb9fe; background: linear-gradient(135deg, #dfb9fe, #FEB9EF);