#cfa0f3
a light, electric violet · warm · closest name: plum
RGB
207, 160, 243
HSL
274°, 78%, 79%
CMYK
15, 34, 0, 5
Luminance
0.4488
Every format
| HEX | #cfa0f3 |
| RGB | rgb(207, 160, 243) |
| HSL | hsl(274, 78%, 79%) |
| CMYK | cmyk(15%, 34%, 0%, 5%) |
| LAB | lab(72.8 32.5 -35.0) |
| LCH | lch(72.8 47.8 312.9) |
| OKLCH | oklch(0.778 0.125 309.6) |
Copy-ready code
/* CSS */
color: #cfa0f3;
background-color: #cfa0f3;
/* Tailwind (arbitrary) */
class="text-[#cfa0f3] bg-[#cfa0f3]"
/* SCSS */
$brand: #cfa0f3;
/* SwiftUI */
Color(red: 0.812, green: 0.627, blue: 0.953)
/* Android */
Color.parseColor("#cfa0f3")Accessibility — WCAG contrast
Aa
#cfa0f3 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa0f3 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.7%
Blue95.3%
CMYK percentages
Cyan14.8%
Magenta34.2%
Yellow0.0%
Key (black)4.7%
Color previews
#cfa0f3 text on a black background
contrast 9.98:1
Card sample
#cfa0f3 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa0f3;
Background color
Panel with #cfa0f3 background
background-color: #cfa0f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa0f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 160, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 160, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa0f3; background: linear-gradient(135deg, #cfa0f3, #F3A0E0);