#cfbdf7
a pale, electric violet · warm · closest name: plum
RGB
207, 189, 247
HSL
259°, 78%, 86%
CMYK
16, 24, 0, 3
Luminance
0.5638
Every format
| HEX | #cfbdf7 |
| RGB | rgb(207, 189, 247) |
| HSL | hsl(259, 78%, 86%) |
| CMYK | cmyk(16%, 24%, 0%, 3%) |
| LAB | lab(79.8 17.6 -26.3) |
| LCH | lch(79.8 31.6 303.7) |
| OKLCH | oklch(0.833 0.082 298.8) |
Copy-ready code
/* CSS */
color: #cfbdf7;
background-color: #cfbdf7;
/* Tailwind (arbitrary) */
class="text-[#cfbdf7] bg-[#cfbdf7]"
/* SCSS */
$brand: #cfbdf7;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#cfbdf7")Accessibility — WCAG contrast
Aa
#cfbdf7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbdf7 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue96.9%
CMYK percentages
Cyan16.2%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#cfbdf7 text on a black background
contrast 12.28:1
Card sample
#cfbdf7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbdf7;
Background color
Panel with #cfbdf7 background
background-color: #cfbdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbdf7; background: linear-gradient(135deg, #cfbdf7, #F6BDF7);