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