#dfb8f3
a light, vivid violet · warm · closest name: plum
RGB
223, 184, 243
HSL
280°, 71%, 84%
CMYK
8, 24, 0, 5
Luminance
0.5644
Every format
| HEX | #dfb8f3 |
| RGB | rgb(223, 184, 243) |
| HSL | hsl(280, 71%, 84%) |
| CMYK | cmyk(8%, 24%, 0%, 5%) |
| LAB | lab(79.9 24.5 -24.0) |
| LCH | lch(79.9 34.3 315.5) |
| OKLCH | oklch(0.836 0.091 314.1) |
Copy-ready code
/* CSS */
color: #dfb8f3;
background-color: #dfb8f3;
/* Tailwind (arbitrary) */
class="text-[#dfb8f3] bg-[#dfb8f3]"
/* SCSS */
$brand: #dfb8f3;
/* SwiftUI */
Color(red: 0.875, green: 0.722, blue: 0.953)
/* Android */
Color.parseColor("#dfb8f3")Accessibility — WCAG contrast
Aa
#dfb8f3 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb8f3 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.2%
Blue95.3%
CMYK percentages
Cyan8.2%
Magenta24.3%
Yellow0.0%
Key (black)4.7%
Color previews
#dfb8f3 text on a black background
contrast 12.29:1
Card sample
#dfb8f3 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb8f3;
Background color
Panel with #dfb8f3 background
background-color: #dfb8f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb8f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 184, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 184, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb8f3; background: linear-gradient(135deg, #dfb8f3, #F3B8E0);