#cfbaf4
a light, vivid violet · warm · closest name: plum
RGB
207, 186, 244
HSL
262°, 73%, 84%
CMYK
15, 24, 0, 4
Luminance
0.5491
Every format
| HEX | #cfbaf4 |
| RGB | rgb(207, 186, 244) |
| HSL | hsl(262, 73%, 84%) |
| CMYK | cmyk(15%, 24%, 0%, 4%) |
| LAB | lab(79.0 18.6 -26.0) |
| LCH | lch(79.0 31.9 305.5) |
| OKLCH | oklch(0.826 0.083 301.2) |
Copy-ready code
/* CSS */
color: #cfbaf4;
background-color: #cfbaf4;
/* Tailwind (arbitrary) */
class="text-[#cfbaf4] bg-[#cfbaf4]"
/* SCSS */
$brand: #cfbaf4;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.957)
/* Android */
Color.parseColor("#cfbaf4")Accessibility — WCAG contrast
Aa
#cfbaf4 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbaf4 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta23.8%
Yellow0.0%
Key (black)4.3%
Color previews
#cfbaf4 text on a black background
contrast 11.98:1
Card sample
#cfbaf4 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbaf4;
Background color
Panel with #cfbaf4 background
background-color: #cfbaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbaf4; background: linear-gradient(135deg, #cfbaf4, #F4BAF2);