#dfbcff
a pale, electric violet · warm · closest name: plum
RGB
223, 188, 255
HSL
271°, 100%, 87%
CMYK
13, 26, 0, 0
Luminance
0.5887
Every format
| HEX | #dfbcff |
| RGB | rgb(223, 188, 255) |
| HSL | hsl(271, 100%, 87%) |
| CMYK | cmyk(13%, 26%, 0%, 0%) |
| LAB | lab(81.2 24.7 -28.4) |
| LCH | lch(81.2 37.6 311.1) |
| OKLCH | oklch(0.848 0.099 308.1) |
Copy-ready code
/* CSS */
color: #dfbcff;
background-color: #dfbcff;
/* Tailwind (arbitrary) */
class="text-[#dfbcff] bg-[#dfbcff]"
/* SCSS */
$brand: #dfbcff;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#dfbcff")Accessibility — WCAG contrast
Aa
#dfbcff on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbcff on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#dfbcff text on a black background
contrast 12.77:1
Card sample
#dfbcff text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbcff;
Background color
Panel with #dfbcff background
background-color: #dfbcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbcff; background: linear-gradient(135deg, #dfbcff, #FFBCF2);