#cfa2eb
a light, vivid violet · warm · closest name: plum
RGB
207, 162, 235
HSL
277°, 65%, 78%
CMYK
12, 31, 0, 8
Luminance
0.4510
Every format
| HEX | #cfa2eb |
| RGB | rgb(207, 162, 235) |
| HSL | hsl(277, 65%, 78%) |
| CMYK | cmyk(12%, 31%, 0%, 8%) |
| LAB | lab(73.0 29.8 -30.4) |
| LCH | lch(73.0 42.5 314.4) |
| OKLCH | oklch(0.779 0.112 312.0) |
Copy-ready code
/* CSS */
color: #cfa2eb;
background-color: #cfa2eb;
/* Tailwind (arbitrary) */
class="text-[#cfa2eb] bg-[#cfa2eb]"
/* SCSS */
$brand: #cfa2eb;
/* SwiftUI */
Color(red: 0.812, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#cfa2eb")Accessibility — WCAG contrast
Aa
#cfa2eb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa2eb on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green63.5%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cfa2eb text on a black background
contrast 10.02:1
Card sample
#cfa2eb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa2eb;
Background color
Panel with #cfa2eb background
background-color: #cfa2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa2eb; background: linear-gradient(135deg, #cfa2eb, #EBA2D6);