#cfabfe
a light, electric violet · warm · closest name: plum
RGB
207, 171, 254
HSL
266°, 98%, 83%
CMYK
19, 33, 0, 0
Luminance
0.4955
Every format
| HEX | #cfabfe |
| RGB | rgb(207, 171, 254) |
| HSL | hsl(266, 98%, 83%) |
| CMYK | cmyk(19%, 33%, 0%, 0%) |
| LAB | lab(75.8 28.9 -36.3) |
| LCH | lch(75.8 46.4 308.5) |
| OKLCH | oklch(0.803 0.120 303.7) |
Copy-ready code
/* CSS */
color: #cfabfe;
background-color: #cfabfe;
/* Tailwind (arbitrary) */
class="text-[#cfabfe] bg-[#cfabfe]"
/* SCSS */
$brand: #cfabfe;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.996)
/* Android */
Color.parseColor("#cfabfe")Accessibility — WCAG contrast
Aa
#cfabfe on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabfe on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta32.7%
Yellow0.0%
Key (black)0.4%
Color previews
#cfabfe text on a black background
contrast 10.91:1
Card sample
#cfabfe text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabfe;
Background color
Panel with #cfabfe background
background-color: #cfabfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabfe; background: linear-gradient(135deg, #cfabfe, #FEABF6);