#cf79f7
a light, electric violet · warm · closest name: violet
RGB
207, 121, 247
HSL
281°, 89%, 72%
CMYK
16, 51, 0, 3
Luminance
0.3366
Every format
| HEX | #cf79f7 |
| RGB | rgb(207, 121, 247) |
| HSL | hsl(281, 89%, 72%) |
| CMYK | cmyk(16%, 51%, 0%, 3%) |
| LAB | lab(64.7 54.1 -49.9) |
| LCH | lch(64.7 73.6 317.3) |
| OKLCH | oklch(0.718 0.193 314.0) |
Copy-ready code
/* CSS */
color: #cf79f7;
background-color: #cf79f7;
/* Tailwind (arbitrary) */
class="text-[#cf79f7] bg-[#cf79f7]"
/* SCSS */
$brand: #cf79f7;
/* SwiftUI */
Color(red: 0.812, green: 0.475, blue: 0.969)
/* Android */
Color.parseColor("#cf79f7")Accessibility — WCAG contrast
Aa
#cf79f7 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf79f7 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.5%
Blue96.9%
CMYK percentages
Cyan16.2%
Magenta51.0%
Yellow0.0%
Key (black)3.1%
Color previews
#cf79f7 text on a black background
contrast 7.73:1
Card sample
#cf79f7 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf79f7;
Background color
Panel with #cf79f7 background
background-color: #cf79f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf79f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 121, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 121, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf79f7; background: linear-gradient(135deg, #cf79f7, #F779CB);