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