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