#cfbaf1
a light, vivid violet · warm · closest name: plum
RGB
207, 186, 241
HSL
263°, 66%, 84%
CMYK
14, 23, 0, 6
Luminance
0.5473
Every format
| HEX | #cfbaf1 |
| RGB | rgb(207, 186, 241) |
| HSL | hsl(263, 66%, 84%) |
| CMYK | cmyk(14%, 23%, 0%, 6%) |
| LAB | lab(78.9 17.9 -24.6) |
| LCH | lch(78.9 30.4 306.1) |
| OKLCH | oklch(0.825 0.079 302.1) |
Copy-ready code
/* CSS */
color: #cfbaf1;
background-color: #cfbaf1;
/* Tailwind (arbitrary) */
class="text-[#cfbaf1] bg-[#cfbaf1]"
/* SCSS */
$brand: #cfbaf1;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.945)
/* Android */
Color.parseColor("#cfbaf1")Accessibility — WCAG contrast
Aa
#cfbaf1 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbaf1 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta22.8%
Yellow0.0%
Key (black)5.5%
Color previews
#cfbaf1 text on a black background
contrast 11.95:1
Card sample
#cfbaf1 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbaf1;
Background color
Panel with #cfbaf1 background
background-color: #cfbaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbaf1; background: linear-gradient(135deg, #cfbaf1, #F1BAEE);