#cf79f4
a light, electric violet · warm · closest name: violet
RGB
207, 121, 244
HSL
282°, 85%, 72%
CMYK
15, 50, 0, 4
Luminance
0.3347
Every format
| HEX | #cf79f4 |
| RGB | rgb(207, 121, 244) |
| HSL | hsl(282, 85%, 72%) |
| CMYK | cmyk(15%, 50%, 0%, 4%) |
| LAB | lab(64.5 53.5 -48.5) |
| LCH | lch(64.5 72.2 317.8) |
| OKLCH | oklch(0.717 0.190 314.8) |
Copy-ready code
/* CSS */
color: #cf79f4;
background-color: #cf79f4;
/* Tailwind (arbitrary) */
class="text-[#cf79f4] bg-[#cf79f4]"
/* SCSS */
$brand: #cf79f4;
/* SwiftUI */
Color(red: 0.812, green: 0.475, blue: 0.957)
/* Android */
Color.parseColor("#cf79f4")Accessibility — WCAG contrast
Aa
#cf79f4 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf79f4 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.5%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta50.4%
Yellow0.0%
Key (black)4.3%
Color previews
#cf79f4 text on a black background
contrast 7.69:1
Card sample
#cf79f4 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf79f4;
Background color
Panel with #cf79f4 background
background-color: #cf79f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf79f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 121, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 121, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf79f4; background: linear-gradient(135deg, #cf79f4, #F479C7);