#cfabf1
a light, vivid violet · warm · closest name: plum
RGB
207, 171, 241
HSL
271°, 71%, 81%
CMYK
14, 29, 0, 6
Luminance
0.4874
Every format
| HEX | #cfabf1 |
| RGB | rgb(207, 171, 241) |
| HSL | hsl(271, 71%, 81%) |
| CMYK | cmyk(14%, 29%, 0%, 6%) |
| LAB | lab(75.3 26.1 -30.1) |
| LCH | lch(75.3 39.8 311.0) |
| OKLCH | oklch(0.797 0.104 307.6) |
Copy-ready code
/* CSS */
color: #cfabf1;
background-color: #cfabf1;
/* Tailwind (arbitrary) */
class="text-[#cfabf1] bg-[#cfabf1]"
/* SCSS */
$brand: #cfabf1;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.945)
/* Android */
Color.parseColor("#cfabf1")Accessibility — WCAG contrast
Aa
#cfabf1 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabf1 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta29.0%
Yellow0.0%
Key (black)5.5%
Color previews
#cfabf1 text on a black background
contrast 10.75:1
Card sample
#cfabf1 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabf1;
Background color
Panel with #cfabf1 background
background-color: #cfabf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabf1; background: linear-gradient(135deg, #cfabf1, #F1ABE4);