#cf77fe
a light, electric violet · warm · closest name: violet
RGB
207, 119, 254
HSL
279°, 99%, 73%
CMYK
19, 53, 0, 0
Luminance
0.3361
Every format
| HEX | #cf77fe |
| RGB | rgb(207, 119, 254) |
| HSL | hsl(279, 99%, 73%) |
| CMYK | cmyk(19%, 53%, 0%, 0%) |
| LAB | lab(64.7 56.5 -53.8) |
| LCH | lch(64.7 78.0 316.4) |
| OKLCH | oklch(0.719 0.204 312.5) |
Copy-ready code
/* CSS */
color: #cf77fe;
background-color: #cf77fe;
/* Tailwind (arbitrary) */
class="text-[#cf77fe] bg-[#cf77fe]"
/* SCSS */
$brand: #cf77fe;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.996)
/* Android */
Color.parseColor("#cf77fe")Accessibility — WCAG contrast
Aa
#cf77fe on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf77fe on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta53.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cf77fe text on a black background
contrast 7.72:1
Card sample
#cf77fe text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf77fe;
Background color
Panel with #cf77fe background
background-color: #cf77fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf77fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf77fe; background: linear-gradient(135deg, #cf77fe, #FE77D3);