#dfb4fe
a pale, electric violet · warm · closest name: plum
RGB
223, 180, 254
HSL
275°, 97%, 85%
CMYK
12, 29, 0, 0
Luminance
0.5549
Every format
| HEX | #dfb4fe |
| RGB | rgb(223, 180, 254) |
| HSL | hsl(275, 97%, 85%) |
| CMYK | cmyk(12%, 29%, 0%, 0%) |
| LAB | lab(79.3 28.8 -30.7) |
| LCH | lch(79.3 42.1 313.2) |
| OKLCH | oklch(0.833 0.111 310.5) |
Copy-ready code
/* CSS */
color: #dfb4fe;
background-color: #dfb4fe;
/* Tailwind (arbitrary) */
class="text-[#dfb4fe] bg-[#dfb4fe]"
/* SCSS */
$brand: #dfb4fe;
/* SwiftUI */
Color(red: 0.875, green: 0.706, blue: 0.996)
/* Android */
Color.parseColor("#dfb4fe")Accessibility — WCAG contrast
Aa
#dfb4fe on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb4fe on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green70.6%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta29.1%
Yellow0.0%
Key (black)0.4%
Color previews
#dfb4fe text on a black background
contrast 12.10:1
Card sample
#dfb4fe text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb4fe;
Background color
Panel with #dfb4fe background
background-color: #dfb4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 180, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 180, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb4fe; background: linear-gradient(135deg, #dfb4fe, #FEB4EC);