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