#dfb9fa
a pale, electric violet · warm · closest name: plum
RGB
223, 185, 250
HSL
275°, 87%, 85%
CMYK
11, 26, 0, 2
Luminance
0.5729
Every format
| HEX | #dfb9fa |
| RGB | rgb(223, 185, 250) |
| HSL | hsl(275, 87%, 85%) |
| CMYK | cmyk(11%, 26%, 0%, 2%) |
| LAB | lab(80.3 25.3 -27.0) |
| LCH | lch(80.3 37.0 313.1) |
| OKLCH | oklch(0.840 0.097 310.8) |
Copy-ready code
/* CSS */
color: #dfb9fa;
background-color: #dfb9fa;
/* Tailwind (arbitrary) */
class="text-[#dfb9fa] bg-[#dfb9fa]"
/* SCSS */
$brand: #dfb9fa;
/* SwiftUI */
Color(red: 0.875, green: 0.725, blue: 0.980)
/* Android */
Color.parseColor("#dfb9fa")Accessibility — WCAG contrast
Aa
#dfb9fa on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb9fa on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.5%
Blue98.0%
CMYK percentages
Cyan10.8%
Magenta26.0%
Yellow0.0%
Key (black)2.0%
Color previews
#dfb9fa text on a black background
contrast 12.46:1
Card sample
#dfb9fa text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb9fa;
Background color
Panel with #dfb9fa background
background-color: #dfb9fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb9fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 185, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 185, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb9fa; background: linear-gradient(135deg, #dfb9fa, #FAB9EA);