#ddbbfb
a pale, electric violet · warm · closest name: plum
RGB
221, 187, 251
HSL
272°, 89%, 86%
CMYK
12, 26, 0, 2
Luminance
0.5788
Every format
| HEX | #ddbbfb |
| RGB | rgb(221, 187, 251) |
| HSL | hsl(272, 89%, 86%) |
| CMYK | cmyk(12%, 26%, 0%, 2%) |
| LAB | lab(80.7 23.8 -27.1) |
| LCH | lch(80.7 36.1 311.3) |
| OKLCH | oklch(0.843 0.095 308.6) |
Copy-ready code
/* CSS */
color: #ddbbfb;
background-color: #ddbbfb;
/* Tailwind (arbitrary) */
class="text-[#ddbbfb] bg-[#ddbbfb]"
/* SCSS */
$brand: #ddbbfb;
/* SwiftUI */
Color(red: 0.867, green: 0.733, blue: 0.984)
/* Android */
Color.parseColor("#ddbbfb")Accessibility — WCAG contrast
Aa
#ddbbfb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbbfb on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green73.3%
Blue98.4%
CMYK percentages
Cyan12.0%
Magenta25.5%
Yellow0.0%
Key (black)1.6%
Color previews
#ddbbfb text on a black background
contrast 12.58:1
Card sample
#ddbbfb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbbfb;
Background color
Panel with #ddbbfb background
background-color: #ddbbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 187, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 187, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbbfb; background: linear-gradient(135deg, #ddbbfb, #FBBBEE);