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