#dfb0ff
a light, electric violet · warm · closest name: plum
RGB
223, 176, 255
HSL
276°, 100%, 85%
CMYK
13, 31, 0, 0
Luminance
0.5396
Every format
| HEX | #dfb0ff |
| RGB | rgb(223, 176, 255) |
| HSL | hsl(276, 100%, 85%) |
| CMYK | cmyk(13%, 31%, 0%, 0%) |
| LAB | lab(78.4 31.2 -32.6) |
| LCH | lch(78.4 45.1 313.7) |
| OKLCH | oklch(0.826 0.119 311.1) |
Copy-ready code
/* CSS */
color: #dfb0ff;
background-color: #dfb0ff;
/* Tailwind (arbitrary) */
class="text-[#dfb0ff] bg-[#dfb0ff]"
/* SCSS */
$brand: #dfb0ff;
/* SwiftUI */
Color(red: 0.875, green: 0.690, blue: 1.000)
/* Android */
Color.parseColor("#dfb0ff")Accessibility — WCAG contrast
Aa
#dfb0ff on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb0ff on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.0%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta31.0%
Yellow0.0%
Key (black)0.0%
Color previews
#dfb0ff text on a black background
contrast 11.79:1
Card sample
#dfb0ff text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb0ff;
Background color
Panel with #dfb0ff background
background-color: #dfb0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 176, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 176, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb0ff; background: linear-gradient(135deg, #dfb0ff, #FFB0EA);