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