#dfb5f0
a light, vivid violet · warm · closest name: plum
RGB
223, 181, 240
HSL
283°, 66%, 83%
CMYK
7, 25, 0, 6
Luminance
0.5503
Every format
| HEX | #dfb5f0 |
| RGB | rgb(223, 181, 240) |
| HSL | hsl(283, 66%, 83%) |
| CMYK | cmyk(7%, 25%, 0%, 6%) |
| LAB | lab(79.1 25.5 -23.6) |
| LCH | lch(79.1 34.7 317.2) |
| OKLCH | oklch(0.829 0.092 316.1) |
Copy-ready code
/* CSS */
color: #dfb5f0;
background-color: #dfb5f0;
/* Tailwind (arbitrary) */
class="text-[#dfb5f0] bg-[#dfb5f0]"
/* SCSS */
$brand: #dfb5f0;
/* SwiftUI */
Color(red: 0.875, green: 0.710, blue: 0.941)
/* Android */
Color.parseColor("#dfb5f0")Accessibility — WCAG contrast
Aa
#dfb5f0 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb5f0 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.0%
Blue94.1%
CMYK percentages
Cyan7.1%
Magenta24.6%
Yellow0.0%
Key (black)5.9%
Color previews
#dfb5f0 text on a black background
contrast 12.01:1
Card sample
#dfb5f0 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb5f0;
Background color
Panel with #dfb5f0 background
background-color: #dfb5f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb5f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 181, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 181, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb5f0; background: linear-gradient(135deg, #dfb5f0, #F0B5DA);