#cfbdf9
a pale, electric violet · warm · closest name: plum
RGB
207, 189, 249
HSL
258°, 83%, 86%
CMYK
17, 24, 0, 2
Luminance
0.5650
Every format
| HEX | #cfbdf9 |
| RGB | rgb(207, 189, 249) |
| HSL | hsl(258, 83%, 86%) |
| CMYK | cmyk(17%, 24%, 0%, 2%) |
| LAB | lab(79.9 18.0 -27.3) |
| LCH | lch(79.9 32.7 303.4) |
| OKLCH | oklch(0.834 0.085 298.3) |
Copy-ready code
/* CSS */
color: #cfbdf9;
background-color: #cfbdf9;
/* Tailwind (arbitrary) */
class="text-[#cfbdf9] bg-[#cfbdf9]"
/* SCSS */
$brand: #cfbdf9;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.976)
/* Android */
Color.parseColor("#cfbdf9")Accessibility — WCAG contrast
Aa
#cfbdf9 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbdf9 on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue97.6%
CMYK percentages
Cyan16.9%
Magenta24.1%
Yellow0.0%
Key (black)2.4%
Color previews
#cfbdf9 text on a black background
contrast 12.30:1
Card sample
#cfbdf9 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbdf9;
Background color
Panel with #cfbdf9 background
background-color: #cfbdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbdf9; background: linear-gradient(135deg, #cfbdf9, #F7BDF9);