#ddbbee
a light, vivid violet · warm · closest name: plum
RGB
221, 187, 238
HSL
280°, 60%, 83%
CMYK
7, 21, 0, 7
Luminance
0.5709
Every format
| HEX | #ddbbee |
| RGB | rgb(221, 187, 238) |
| HSL | hsl(280, 60%, 83%) |
| CMYK | cmyk(7%, 21%, 0%, 7%) |
| LAB | lab(80.2 21.2 -20.8) |
| LCH | lch(80.2 29.7 315.6) |
| OKLCH | oklch(0.838 0.079 314.4) |
Copy-ready code
/* CSS */
color: #ddbbee;
background-color: #ddbbee;
/* Tailwind (arbitrary) */
class="text-[#ddbbee] bg-[#ddbbee]"
/* SCSS */
$brand: #ddbbee;
/* SwiftUI */
Color(red: 0.867, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#ddbbee")Accessibility — WCAG contrast
Aa
#ddbbee on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbbee on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green73.3%
Blue93.3%
CMYK percentages
Cyan7.1%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#ddbbee text on a black background
contrast 12.42:1
Card sample
#ddbbee text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbbee;
Background color
Panel with #ddbbee background
background-color: #ddbbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbbee; background: linear-gradient(135deg, #ddbbee, #EEBBDD);