#cfaaeb
a light, vivid violet · warm · closest name: plum
RGB
207, 170, 235
HSL
274°, 62%, 79%
CMYK
12, 28, 0, 8
Luminance
0.4801
Every format
| HEX | #cfaaeb |
| RGB | rgb(207, 170, 235) |
| HSL | hsl(274, 62%, 79%) |
| CMYK | cmyk(12%, 28%, 0%, 8%) |
| LAB | lab(74.8 25.4 -27.5) |
| LCH | lch(74.8 37.4 312.7) |
| OKLCH | oklch(0.793 0.098 310.1) |
Copy-ready code
/* CSS */
color: #cfaaeb;
background-color: #cfaaeb;
/* Tailwind (arbitrary) */
class="text-[#cfaaeb] bg-[#cfaaeb]"
/* SCSS */
$brand: #cfaaeb;
/* SwiftUI */
Color(red: 0.812, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#cfaaeb")Accessibility — WCAG contrast
Aa
#cfaaeb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaaeb on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green66.7%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cfaaeb text on a black background
contrast 10.60:1
Card sample
#cfaaeb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaaeb;
Background color
Panel with #cfaaeb background
background-color: #cfaaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaaeb; background: linear-gradient(135deg, #cfaaeb, #EBAADC);