#cfb7fe
a pale, electric violet · warm · closest name: plum
RGB
207, 183, 254
HSL
260°, 97%, 86%
CMYK
19, 28, 0, 0
Luminance
0.5429
Every format
| HEX | #cfb7fe |
| RGB | rgb(207, 183, 254) |
| HSL | hsl(260, 97%, 86%) |
| CMYK | cmyk(19%, 28%, 0%, 0%) |
| LAB | lab(78.6 22.3 -31.9) |
| LCH | lch(78.6 39.0 305.0) |
| OKLCH | oklch(0.824 0.101 299.7) |
Copy-ready code
/* CSS */
color: #cfb7fe;
background-color: #cfb7fe;
/* Tailwind (arbitrary) */
class="text-[#cfb7fe] bg-[#cfb7fe]"
/* SCSS */
$brand: #cfb7fe;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.996)
/* Android */
Color.parseColor("#cfb7fe")Accessibility — WCAG contrast
Aa
#cfb7fe on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb7fe on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta28.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cfb7fe text on a black background
contrast 11.86:1
Card sample
#cfb7fe text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb7fe;
Background color
Panel with #cfb7fe background
background-color: #cfb7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb7fe; background: linear-gradient(135deg, #cfb7fe, #FEB7FE);