#cfa7f1
a light, vivid violet · warm · closest name: plum
RGB
207, 167, 241
HSL
272°, 73%, 80%
CMYK
14, 31, 0, 6
Luminance
0.4725
Every format
| HEX | #cfa7f1 |
| RGB | rgb(207, 167, 241) |
| HSL | hsl(272, 73%, 80%) |
| CMYK | cmyk(14%, 31%, 0%, 6%) |
| LAB | lab(74.3 28.3 -31.5) |
| LCH | lch(74.3 42.3 311.9) |
| OKLCH | oklch(0.790 0.111 308.7) |
Copy-ready code
/* CSS */
color: #cfa7f1;
background-color: #cfa7f1;
/* Tailwind (arbitrary) */
class="text-[#cfa7f1] bg-[#cfa7f1]"
/* SCSS */
$brand: #cfa7f1;
/* SwiftUI */
Color(red: 0.812, green: 0.655, blue: 0.945)
/* Android */
Color.parseColor("#cfa7f1")Accessibility — WCAG contrast
Aa
#cfa7f1 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa7f1 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green65.5%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta30.7%
Yellow0.0%
Key (black)5.5%
Color previews
#cfa7f1 text on a black background
contrast 10.45:1
Card sample
#cfa7f1 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa7f1;
Background color
Panel with #cfa7f1 background
background-color: #cfa7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 167, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 167, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa7f1; background: linear-gradient(135deg, #cfa7f1, #F1A7E2);