#cfa7eb
a light, vivid violet · warm · closest name: plum
RGB
207, 167, 235
HSL
275°, 63%, 79%
CMYK
12, 29, 0, 8
Luminance
0.4690
Every format
| HEX | #cfa7eb |
| RGB | rgb(207, 167, 235) |
| HSL | hsl(275, 63%, 79%) |
| CMYK | cmyk(12%, 29%, 0%, 8%) |
| LAB | lab(74.1 27.0 -28.6) |
| LCH | lch(74.1 39.3 313.4) |
| OKLCH | oklch(0.788 0.103 310.9) |
Copy-ready code
/* CSS */
color: #cfa7eb;
background-color: #cfa7eb;
/* Tailwind (arbitrary) */
class="text-[#cfa7eb] bg-[#cfa7eb]"
/* SCSS */
$brand: #cfa7eb;
/* SwiftUI */
Color(red: 0.812, green: 0.655, blue: 0.922)
/* Android */
Color.parseColor("#cfa7eb")Accessibility — WCAG contrast
Aa
#cfa7eb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa7eb on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green65.5%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta28.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cfa7eb text on a black background
contrast 10.38:1
Card sample
#cfa7eb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa7eb;
Background color
Panel with #cfa7eb background
background-color: #cfa7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 167, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 167, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa7eb; background: linear-gradient(135deg, #cfa7eb, #EBA7DA);