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