#cfbfe5
a light, soft violet · warm · closest name: lavender
RGB
207, 191, 229
HSL
265°, 42%, 82%
CMYK
10, 17, 0, 10
Luminance
0.5618
Every format
| HEX | #cfbfe5 |
| RGB | rgb(207, 191, 229) |
| HSL | hsl(265, 42%, 82%) |
| CMYK | cmyk(10%, 17%, 0%, 10%) |
| LAB | lab(79.7 12.7 -16.8) |
| LCH | lch(79.7 21.1 307.1) |
| OKLCH | oklch(0.830 0.055 304.3) |
Copy-ready code
/* CSS */
color: #cfbfe5;
background-color: #cfbfe5;
/* Tailwind (arbitrary) */
class="text-[#cfbfe5] bg-[#cfbfe5]"
/* SCSS */
$brand: #cfbfe5;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.898)
/* Android */
Color.parseColor("#cfbfe5")Accessibility — WCAG contrast
Aa
#cfbfe5 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfe5 on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue89.8%
CMYK percentages
Cyan9.6%
Magenta16.6%
Yellow0.0%
Key (black)10.2%
Color previews
#cfbfe5 text on a black background
contrast 12.24:1
Card sample
#cfbfe5 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfe5;
Background color
Panel with #cfbfe5 background
background-color: #cfbfe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfe5; background: linear-gradient(135deg, #cfbfe5, #E5BFE2);