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