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