#cfbfe7
a light, vivid violet · warm · closest name: lavender
RGB
207, 191, 231
HSL
264°, 46%, 83%
CMYK
10, 17, 0, 9
Luminance
0.5630
Every format
| HEX | #cfbfe7 |
| RGB | rgb(207, 191, 231) |
| HSL | hsl(264, 46%, 83%) |
| CMYK | cmyk(10%, 17%, 0%, 9%) |
| LAB | lab(79.8 13.2 -17.8) |
| LCH | lch(79.8 22.1 306.4) |
| OKLCH | oklch(0.831 0.058 303.3) |
Copy-ready code
/* CSS */
color: #cfbfe7;
background-color: #cfbfe7;
/* Tailwind (arbitrary) */
class="text-[#cfbfe7] bg-[#cfbfe7]"
/* SCSS */
$brand: #cfbfe7;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.906)
/* Android */
Color.parseColor("#cfbfe7")Accessibility — WCAG contrast
Aa
#cfbfe7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfe7 on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta17.3%
Yellow0.0%
Key (black)9.4%
Color previews
#cfbfe7 text on a black background
contrast 12.26:1
Card sample
#cfbfe7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfe7;
Background color
Panel with #cfbfe7 background
background-color: #cfbfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfe7; background: linear-gradient(135deg, #cfbfe7, #E7BFE4);