#cfabf3
a light, electric violet · warm · closest name: plum
RGB
207, 171, 243
HSL
270°, 75%, 81%
CMYK
15, 30, 0, 5
Luminance
0.4886
Every format
| HEX | #cfabf3 |
| RGB | rgb(207, 171, 243) |
| HSL | hsl(270, 75%, 81%) |
| CMYK | cmyk(15%, 30%, 0%, 5%) |
| LAB | lab(75.4 26.5 -31.0) |
| LCH | lch(75.4 40.8 310.5) |
| OKLCH | oklch(0.798 0.106 307.0) |
Copy-ready code
/* CSS */
color: #cfabf3;
background-color: #cfabf3;
/* Tailwind (arbitrary) */
class="text-[#cfabf3] bg-[#cfabf3]"
/* SCSS */
$brand: #cfabf3;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.953)
/* Android */
Color.parseColor("#cfabf3")Accessibility — WCAG contrast
Aa
#cfabf3 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabf3 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue95.3%
CMYK percentages
Cyan14.8%
Magenta29.6%
Yellow0.0%
Key (black)4.7%
Color previews
#cfabf3 text on a black background
contrast 10.77:1
Card sample
#cfabf3 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabf3;
Background color
Panel with #cfabf3 background
background-color: #cfabf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabf3; background: linear-gradient(135deg, #cfabf3, #F3ABE7);