#cfb0fe
a light, electric violet · warm · closest name: plum
RGB
207, 176, 254
HSL
264°, 98%, 84%
CMYK
19, 31, 0, 0
Luminance
0.5147
Every format
| HEX | #cfb0fe |
| RGB | rgb(207, 176, 254) |
| HSL | hsl(264, 98%, 84%) |
| CMYK | cmyk(19%, 31%, 0%, 0%) |
| LAB | lab(77.0 26.2 -34.5) |
| LCH | lch(77.0 43.3 307.2) |
| OKLCH | oklch(0.812 0.112 302.2) |
Copy-ready code
/* CSS */
color: #cfb0fe;
background-color: #cfb0fe;
/* Tailwind (arbitrary) */
class="text-[#cfb0fe] bg-[#cfb0fe]"
/* SCSS */
$brand: #cfb0fe;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.996)
/* Android */
Color.parseColor("#cfb0fe")Accessibility — WCAG contrast
Aa
#cfb0fe on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0fe on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta30.7%
Yellow0.0%
Key (black)0.4%
Color previews
#cfb0fe text on a black background
contrast 11.29:1
Card sample
#cfb0fe text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0fe;
Background color
Panel with #cfb0fe background
background-color: #cfb0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0fe; background: linear-gradient(135deg, #cfb0fe, #FEB0F9);