#dfb6f1
a light, vivid violet · warm · closest name: plum
RGB
223, 182, 241
HSL
282°, 68%, 83%
CMYK
8, 25, 0, 6
Luminance
0.5549
Every format
| HEX | #dfb6f1 |
| RGB | rgb(223, 182, 241) |
| HSL | hsl(282, 68%, 83%) |
| CMYK | cmyk(8%, 25%, 0%, 6%) |
| LAB | lab(79.3 25.1 -23.8) |
| LCH | lch(79.3 34.6 316.6) |
| OKLCH | oklch(0.832 0.092 315.4) |
Copy-ready code
/* CSS */
color: #dfb6f1;
background-color: #dfb6f1;
/* Tailwind (arbitrary) */
class="text-[#dfb6f1] bg-[#dfb6f1]"
/* SCSS */
$brand: #dfb6f1;
/* SwiftUI */
Color(red: 0.875, green: 0.714, blue: 0.945)
/* Android */
Color.parseColor("#dfb6f1")Accessibility — WCAG contrast
Aa
#dfb6f1 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb6f1 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.4%
Blue94.5%
CMYK percentages
Cyan7.5%
Magenta24.5%
Yellow0.0%
Key (black)5.5%
Color previews
#dfb6f1 text on a black background
contrast 12.10:1
Card sample
#dfb6f1 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb6f1;
Background color
Panel with #dfb6f1 background
background-color: #dfb6f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb6f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 182, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 182, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb6f1; background: linear-gradient(135deg, #dfb6f1, #F1B6DC);