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