#cfb2fe
a light, electric violet · warm · closest name: plum
RGB
207, 178, 254
HSL
263°, 97%, 85%
CMYK
19, 30, 0, 0
Luminance
0.5226
Every format
| HEX | #cfb2fe |
| RGB | rgb(207, 178, 254) |
| HSL | hsl(263, 97%, 85%) |
| CMYK | cmyk(19%, 30%, 0%, 0%) |
| LAB | lab(77.4 25.1 -33.8) |
| LCH | lch(77.4 42.0 306.6) |
| OKLCH | oklch(0.815 0.109 301.5) |
Copy-ready code
/* CSS */
color: #cfb2fe;
background-color: #cfb2fe;
/* Tailwind (arbitrary) */
class="text-[#cfb2fe] bg-[#cfb2fe]"
/* SCSS */
$brand: #cfb2fe;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.996)
/* Android */
Color.parseColor("#cfb2fe")Accessibility — WCAG contrast
Aa
#cfb2fe on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2fe on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta29.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cfb2fe text on a black background
contrast 11.45:1
Card sample
#cfb2fe text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2fe;
Background color
Panel with #cfb2fe background
background-color: #cfb2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2fe; background: linear-gradient(135deg, #cfb2fe, #FEB2FA);