#cf7afe
a light, electric violet · warm · closest name: violet
RGB
207, 122, 254
HSL
279°, 99%, 74%
CMYK
19, 52, 0, 0
Luminance
0.3434
Every format
| HEX | #cf7afe |
| RGB | rgb(207, 122, 254) |
| HSL | hsl(279, 99%, 74%) |
| CMYK | cmyk(19%, 52%, 0%, 0%) |
| LAB | lab(65.2 55.0 -52.9) |
| LCH | lch(65.2 76.3 316.2) |
| OKLCH | oklch(0.723 0.199 312.2) |
Copy-ready code
/* CSS */
color: #cf7afe;
background-color: #cf7afe;
/* Tailwind (arbitrary) */
class="text-[#cf7afe] bg-[#cf7afe]"
/* SCSS */
$brand: #cf7afe;
/* SwiftUI */
Color(red: 0.812, green: 0.478, blue: 0.996)
/* Android */
Color.parseColor("#cf7afe")Accessibility — WCAG contrast
Aa
#cf7afe on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7afe on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.8%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta52.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cf7afe text on a black background
contrast 7.87:1
Card sample
#cf7afe text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7afe;
Background color
Panel with #cf7afe background
background-color: #cf7afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 122, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 122, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7afe; background: linear-gradient(135deg, #cf7afe, #FE7AD5);