#cfacf9
a light, electric violet · warm · closest name: plum
RGB
207, 172, 249
HSL
267°, 87%, 83%
CMYK
17, 31, 0, 2
Luminance
0.4961
Every format
| HEX | #cfacf9 |
| RGB | rgb(207, 172, 249) |
| HSL | hsl(267, 87%, 83%) |
| CMYK | cmyk(17%, 31%, 0%, 2%) |
| LAB | lab(75.8 27.3 -33.5) |
| LCH | lch(75.8 43.2 309.1) |
| OKLCH | oklch(0.802 0.112 304.8) |
Copy-ready code
/* CSS */
color: #cfacf9;
background-color: #cfacf9;
/* Tailwind (arbitrary) */
class="text-[#cfacf9] bg-[#cfacf9]"
/* SCSS */
$brand: #cfacf9;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.976)
/* Android */
Color.parseColor("#cfacf9")Accessibility — WCAG contrast
Aa
#cfacf9 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacf9 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue97.6%
CMYK percentages
Cyan16.9%
Magenta30.9%
Yellow0.0%
Key (black)2.4%
Color previews
#cfacf9 text on a black background
contrast 10.92:1
Card sample
#cfacf9 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacf9;
Background color
Panel with #cfacf9 background
background-color: #cfacf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacf9; background: linear-gradient(135deg, #cfacf9, #F9ACF0);