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