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