#cfbaf5
a light, vivid violet · warm · closest name: plum
RGB
207, 186, 245
HSL
261°, 75%, 85%
CMYK
16, 24, 0, 4
Luminance
0.5498
Every format
| HEX | #cfbaf5 |
| RGB | rgb(207, 186, 245) |
| HSL | hsl(261, 75%, 85%) |
| CMYK | cmyk(16%, 24%, 0%, 4%) |
| LAB | lab(79.0 18.8 -26.5) |
| LCH | lch(79.0 32.5 305.3) |
| OKLCH | oklch(0.826 0.084 300.9) |
Copy-ready code
/* CSS */
color: #cfbaf5;
background-color: #cfbaf5;
/* Tailwind (arbitrary) */
class="text-[#cfbaf5] bg-[#cfbaf5]"
/* SCSS */
$brand: #cfbaf5;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.961)
/* Android */
Color.parseColor("#cfbaf5")Accessibility — WCAG contrast
Aa
#cfbaf5 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbaf5 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue96.1%
CMYK percentages
Cyan15.5%
Magenta24.1%
Yellow0.0%
Key (black)3.9%
Color previews
#cfbaf5 text on a black background
contrast 12.00:1
Card sample
#cfbaf5 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbaf5;
Background color
Panel with #cfbaf5 background
background-color: #cfbaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbaf5; background: linear-gradient(135deg, #cfbaf5, #F5BAF4);