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