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