#cfabfb
a light, electric violet · warm · closest name: plum
RGB
207, 171, 251
HSL
267°, 91%, 83%
CMYK
18, 32, 0, 2
Luminance
0.4936
Every format
| HEX | #cfabfb |
| RGB | rgb(207, 171, 251) |
| HSL | hsl(267, 91%, 83%) |
| CMYK | cmyk(18%, 32%, 0%, 2%) |
| LAB | lab(75.7 28.2 -34.9) |
| LCH | lch(75.7 44.9 309.0) |
| OKLCH | oklch(0.801 0.117 304.5) |
Copy-ready code
/* CSS */
color: #cfabfb;
background-color: #cfabfb;
/* Tailwind (arbitrary) */
class="text-[#cfabfb] bg-[#cfabfb]"
/* SCSS */
$brand: #cfabfb;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.984)
/* Android */
Color.parseColor("#cfabfb")Accessibility — WCAG contrast
Aa
#cfabfb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabfb on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta31.9%
Yellow0.0%
Key (black)1.6%
Color previews
#cfabfb text on a black background
contrast 10.87:1
Card sample
#cfabfb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabfb;
Background color
Panel with #cfabfb background
background-color: #cfabfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabfb; background: linear-gradient(135deg, #cfabfb, #FBABF2);