#dfb1fe
a light, electric violet · warm · closest name: plum
RGB
223, 177, 254
HSL
276°, 98%, 85%
CMYK
12, 30, 0, 0
Luminance
0.5429
Every format
| HEX | #dfb1fe |
| RGB | rgb(223, 177, 254) |
| HSL | hsl(276, 98%, 85%) |
| CMYK | cmyk(12%, 30%, 0%, 0%) |
| LAB | lab(78.6 30.4 -31.8) |
| LCH | lch(78.6 44.0 313.8) |
| OKLCH | oklch(0.828 0.116 311.2) |
Copy-ready code
/* CSS */
color: #dfb1fe;
background-color: #dfb1fe;
/* Tailwind (arbitrary) */
class="text-[#dfb1fe] bg-[#dfb1fe]"
/* SCSS */
$brand: #dfb1fe;
/* SwiftUI */
Color(red: 0.875, green: 0.694, blue: 0.996)
/* Android */
Color.parseColor("#dfb1fe")Accessibility — WCAG contrast
Aa
#dfb1fe on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb1fe on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.4%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta30.3%
Yellow0.0%
Key (black)0.4%
Color previews
#dfb1fe text on a black background
contrast 11.86:1
Card sample
#dfb1fe text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb1fe;
Background color
Panel with #dfb1fe background
background-color: #dfb1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 177, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 177, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb1fe; background: linear-gradient(135deg, #dfb1fe, #FEB1EA);