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