#cfbdfb
a pale, electric violet · warm · closest name: plum
RGB
207, 189, 251
HSL
257°, 89%, 86%
CMYK
18, 25, 0, 2
Luminance
0.5663
Every format
| HEX | #cfbdfb |
| RGB | rgb(207, 189, 251) |
| HSL | hsl(257, 89%, 86%) |
| CMYK | cmyk(18%, 25%, 0%, 2%) |
| LAB | lab(80.0 18.4 -28.3) |
| LCH | lch(80.0 33.7 303.1) |
| OKLCH | oklch(0.834 0.087 297.8) |
Copy-ready code
/* CSS */
color: #cfbdfb;
background-color: #cfbdfb;
/* Tailwind (arbitrary) */
class="text-[#cfbdfb] bg-[#cfbdfb]"
/* SCSS */
$brand: #cfbdfb;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#cfbdfb")Accessibility — WCAG contrast
Aa
#cfbdfb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbdfb on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#cfbdfb text on a black background
contrast 12.33:1
Card sample
#cfbdfb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbdfb;
Background color
Panel with #cfbdfb background
background-color: #cfbdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbdfb; background: linear-gradient(135deg, #cfbdfb, #F8BDFB);