#dfbcfa
a pale, electric violet · warm · closest name: plum
RGB
223, 188, 250
HSL
274°, 86%, 86%
CMYK
11, 25, 0, 2
Luminance
0.5856
Every format
| HEX | #dfbcfa |
| RGB | rgb(223, 188, 250) |
| HSL | hsl(274, 86%, 86%) |
| CMYK | cmyk(11%, 25%, 0%, 2%) |
| LAB | lab(81.0 23.7 -25.9) |
| LCH | lch(81.0 35.1 312.4) |
| OKLCH | oklch(0.846 0.092 310.0) |
Copy-ready code
/* CSS */
color: #dfbcfa;
background-color: #dfbcfa;
/* Tailwind (arbitrary) */
class="text-[#dfbcfa] bg-[#dfbcfa]"
/* SCSS */
$brand: #dfbcfa;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.980)
/* Android */
Color.parseColor("#dfbcfa")Accessibility — WCAG contrast
Aa
#dfbcfa on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbcfa on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue98.0%
CMYK percentages
Cyan10.8%
Magenta24.8%
Yellow0.0%
Key (black)2.0%
Color previews
#dfbcfa text on a black background
contrast 12.71:1
Card sample
#dfbcfa text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbcfa;
Background color
Panel with #dfbcfa background
background-color: #dfbcfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbcfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbcfa; background: linear-gradient(135deg, #dfbcfa, #FABCEC);