#cfbdf3
a light, vivid violet · warm · closest name: plum
RGB
207, 189, 243
HSL
260°, 69%, 85%
CMYK
15, 22, 0, 5
Luminance
0.5613
Every format
| HEX | #cfbdf3 |
| RGB | rgb(207, 189, 243) |
| HSL | hsl(260, 69%, 85%) |
| CMYK | cmyk(15%, 22%, 0%, 5%) |
| LAB | lab(79.7 16.7 -24.4) |
| LCH | lch(79.7 29.6 304.4) |
| OKLCH | oklch(0.831 0.077 300.0) |
Copy-ready code
/* CSS */
color: #cfbdf3;
background-color: #cfbdf3;
/* Tailwind (arbitrary) */
class="text-[#cfbdf3] bg-[#cfbdf3]"
/* SCSS */
$brand: #cfbdf3;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#cfbdf3")Accessibility — WCAG contrast
Aa
#cfbdf3 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbdf3 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue95.3%
CMYK percentages
Cyan14.8%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#cfbdf3 text on a black background
contrast 12.23:1
Card sample
#cfbdf3 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbdf3;
Background color
Panel with #cfbdf3 background
background-color: #cfbdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbdf3; background: linear-gradient(135deg, #cfbdf3, #F3BDF3);