#ddbbff
a pale, electric violet · warm · closest name: plum
RGB
221, 187, 255
HSL
270°, 100%, 87%
CMYK
13, 27, 0, 0
Luminance
0.5813
Every format
| HEX | #ddbbff |
| RGB | rgb(221, 187, 255) |
| HSL | hsl(270, 100%, 87%) |
| CMYK | cmyk(13%, 27%, 0%, 0%) |
| LAB | lab(80.8 24.6 -29.0) |
| LCH | lch(80.8 38.1 310.4) |
| OKLCH | oklch(0.844 0.100 307.1) |
Copy-ready code
/* CSS */
color: #ddbbff;
background-color: #ddbbff;
/* Tailwind (arbitrary) */
class="text-[#ddbbff] bg-[#ddbbff]"
/* SCSS */
$brand: #ddbbff;
/* SwiftUI */
Color(red: 0.867, green: 0.733, blue: 1.000)
/* Android */
Color.parseColor("#ddbbff")Accessibility — WCAG contrast
Aa
#ddbbff on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbbff on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green73.3%
Blue100.0%
CMYK percentages
Cyan13.3%
Magenta26.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ddbbff text on a black background
contrast 12.63:1
Card sample
#ddbbff text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbbff;
Background color
Panel with #ddbbff background
background-color: #ddbbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 187, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 187, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbbff; background: linear-gradient(135deg, #ddbbff, #FFBBF4);