#cfbafb
a pale, electric violet · warm · closest name: plum
RGB
207, 186, 251
HSL
259°, 89%, 86%
CMYK
18, 26, 0, 2
Luminance
0.5535
Every format
| HEX | #cfbafb |
| RGB | rgb(207, 186, 251) |
| HSL | hsl(259, 89%, 86%) |
| CMYK | cmyk(18%, 26%, 0%, 2%) |
| LAB | lab(79.2 20.1 -29.4) |
| LCH | lch(79.2 35.6 304.3) |
| OKLCH | oklch(0.829 0.092 299.2) |
Copy-ready code
/* CSS */
color: #cfbafb;
background-color: #cfbafb;
/* Tailwind (arbitrary) */
class="text-[#cfbafb] bg-[#cfbafb]"
/* SCSS */
$brand: #cfbafb;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.984)
/* Android */
Color.parseColor("#cfbafb")Accessibility — WCAG contrast
Aa
#cfbafb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbafb on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta25.9%
Yellow0.0%
Key (black)1.6%
Color previews
#cfbafb text on a black background
contrast 12.07:1
Card sample
#cfbafb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbafb;
Background color
Panel with #cfbafb background
background-color: #cfbafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbafb; background: linear-gradient(135deg, #cfbafb, #FABAFB);