#dfb7ff
a pale, electric violet · warm · closest name: plum
RGB
223, 183, 255
HSL
273°, 100%, 86%
CMYK
13, 28, 0, 0
Luminance
0.5677
Every format
| HEX | #dfb7ff |
| RGB | rgb(223, 183, 255) |
| HSL | hsl(273, 100%, 86%) |
| CMYK | cmyk(13%, 28%, 0%, 0%) |
| LAB | lab(80.0 27.4 -30.1) |
| LCH | lch(80.0 40.8 312.3) |
| OKLCH | oklch(0.839 0.107 309.5) |
Copy-ready code
/* CSS */
color: #dfb7ff;
background-color: #dfb7ff;
/* Tailwind (arbitrary) */
class="text-[#dfb7ff] bg-[#dfb7ff]"
/* SCSS */
$brand: #dfb7ff;
/* SwiftUI */
Color(red: 0.875, green: 0.718, blue: 1.000)
/* Android */
Color.parseColor("#dfb7ff")Accessibility — WCAG contrast
Aa
#dfb7ff on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb7ff on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.8%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta28.2%
Yellow0.0%
Key (black)0.0%
Color previews
#dfb7ff text on a black background
contrast 12.35:1
Card sample
#dfb7ff text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb7ff;
Background color
Panel with #dfb7ff background
background-color: #dfb7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 183, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 183, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb7ff; background: linear-gradient(135deg, #dfb7ff, #FFB7EF);