#cfa3fc
a light, electric violet · warm · closest name: plum
RGB
207, 163, 252
HSL
270°, 94%, 81%
CMYK
18, 35, 0, 1
Luminance
0.4649
Every format
| HEX | #cfa3fc |
| RGB | rgb(207, 163, 252) |
| HSL | hsl(270, 94%, 81%) |
| CMYK | cmyk(18%, 35%, 0%, 1%) |
| LAB | lab(73.9 32.8 -38.2) |
| LCH | lch(73.9 50.4 310.7) |
| OKLCH | oklch(0.788 0.131 306.3) |
Copy-ready code
/* CSS */
color: #cfa3fc;
background-color: #cfa3fc;
/* Tailwind (arbitrary) */
class="text-[#cfa3fc] bg-[#cfa3fc]"
/* SCSS */
$brand: #cfa3fc;
/* SwiftUI */
Color(red: 0.812, green: 0.639, blue: 0.988)
/* Android */
Color.parseColor("#cfa3fc")Accessibility — WCAG contrast
Aa
#cfa3fc on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa3fc on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green63.9%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta35.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cfa3fc text on a black background
contrast 10.30:1
Card sample
#cfa3fc text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa3fc;
Background color
Panel with #cfa3fc background
background-color: #cfa3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 163, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 163, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa3fc; background: linear-gradient(135deg, #cfa3fc, #FCA3EE);