#cfaceb
a light, vivid violet · warm · closest name: plum
RGB
207, 172, 235
HSL
273°, 61%, 80%
CMYK
12, 27, 0, 8
Luminance
0.4877
Every format
| HEX | #cfaceb |
| RGB | rgb(207, 172, 235) |
| HSL | hsl(273, 61%, 80%) |
| CMYK | cmyk(12%, 27%, 0%, 8%) |
| LAB | lab(75.3 24.3 -26.8) |
| LCH | lch(75.3 36.1 312.2) |
| OKLCH | oklch(0.797 0.095 309.6) |
Copy-ready code
/* CSS */
color: #cfaceb;
background-color: #cfaceb;
/* Tailwind (arbitrary) */
class="text-[#cfaceb] bg-[#cfaceb]"
/* SCSS */
$brand: #cfaceb;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#cfaceb")Accessibility — WCAG contrast
Aa
#cfaceb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaceb on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cfaceb text on a black background
contrast 10.75:1
Card sample
#cfaceb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaceb;
Background color
Panel with #cfaceb background
background-color: #cfaceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaceb; background: linear-gradient(135deg, #cfaceb, #EBACDD);