#cfa0ff
a light, electric violet · warm · closest name: plum
RGB
207, 160, 255
HSL
270°, 100%, 81%
CMYK
19, 37, 0, 0
Luminance
0.4563
Every format
| HEX | #cfa0ff |
| RGB | rgb(207, 160, 255) |
| HSL | hsl(270, 100%, 81%) |
| CMYK | cmyk(19%, 37%, 0%, 0%) |
| LAB | lab(73.3 35.1 -40.7) |
| LCH | lch(73.3 53.8 310.8) |
| OKLCH | oklch(0.784 0.140 306.2) |
Copy-ready code
/* CSS */
color: #cfa0ff;
background-color: #cfa0ff;
/* Tailwind (arbitrary) */
class="text-[#cfa0ff] bg-[#cfa0ff]"
/* SCSS */
$brand: #cfa0ff;
/* SwiftUI */
Color(red: 0.812, green: 0.627, blue: 1.000)
/* Android */
Color.parseColor("#cfa0ff")Accessibility — WCAG contrast
Aa
#cfa0ff on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa0ff on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.7%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta37.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cfa0ff text on a black background
contrast 10.13:1
Card sample
#cfa0ff text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa0ff;
Background color
Panel with #cfa0ff background
background-color: #cfa0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 160, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 160, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa0ff; background: linear-gradient(135deg, #cfa0ff, #FFA0F0);