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