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