#cfa4fd
a light, electric violet · warm · closest name: plum
RGB
207, 164, 253
HSL
269°, 96%, 82%
CMYK
18, 35, 0, 1
Luminance
0.4691
Every format
| HEX | #cfa4fd |
| RGB | rgb(207, 164, 253) |
| HSL | hsl(269, 96%, 82%) |
| CMYK | cmyk(18%, 35%, 0%, 1%) |
| LAB | lab(74.1 32.5 -38.3) |
| LCH | lch(74.1 50.3 310.3) |
| OKLCH | oklch(0.790 0.131 305.8) |
Copy-ready code
/* CSS */
color: #cfa4fd;
background-color: #cfa4fd;
/* Tailwind (arbitrary) */
class="text-[#cfa4fd] bg-[#cfa4fd]"
/* SCSS */
$brand: #cfa4fd;
/* SwiftUI */
Color(red: 0.812, green: 0.643, blue: 0.992)
/* Android */
Color.parseColor("#cfa4fd")Accessibility — WCAG contrast
Aa
#cfa4fd on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa4fd on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green64.3%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta35.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cfa4fd text on a black background
contrast 10.38:1
Card sample
#cfa4fd text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa4fd;
Background color
Panel with #cfa4fd background
background-color: #cfa4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 164, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 164, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa4fd; background: linear-gradient(135deg, #cfa4fd, #FDA4F0);