#cfa4eb
a light, vivid violet · warm · closest name: plum
RGB
207, 164, 235
HSL
276°, 64%, 78%
CMYK
12, 30, 0, 8
Luminance
0.4581
Every format
| HEX | #cfa4eb |
| RGB | rgb(207, 164, 235) |
| HSL | hsl(276, 64%, 78%) |
| CMYK | cmyk(12%, 30%, 0%, 8%) |
| LAB | lab(73.4 28.7 -29.7) |
| LCH | lch(73.4 41.3 314.0) |
| OKLCH | oklch(0.782 0.109 311.6) |
Copy-ready code
/* CSS */
color: #cfa4eb;
background-color: #cfa4eb;
/* Tailwind (arbitrary) */
class="text-[#cfa4eb] bg-[#cfa4eb]"
/* SCSS */
$brand: #cfa4eb;
/* SwiftUI */
Color(red: 0.812, green: 0.643, blue: 0.922)
/* Android */
Color.parseColor("#cfa4eb")Accessibility — WCAG contrast
Aa
#cfa4eb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa4eb on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green64.3%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta30.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cfa4eb text on a black background
contrast 10.16:1
Card sample
#cfa4eb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa4eb;
Background color
Panel with #cfa4eb background
background-color: #cfa4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 164, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 164, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa4eb; background: linear-gradient(135deg, #cfa4eb, #EBA4D8);