#cf77f4
a light, electric violet · warm · closest name: violet
RGB
207, 119, 244
HSL
282°, 85%, 71%
CMYK
15, 51, 0, 4
Luminance
0.3299
Every format
| HEX | #cf77f4 |
| RGB | rgb(207, 119, 244) |
| HSL | hsl(282, 85%, 71%) |
| CMYK | cmyk(15%, 51%, 0%, 4%) |
| LAB | lab(64.2 54.5 -49.1) |
| LCH | lch(64.2 73.3 318.0) |
| OKLCH | oklch(0.714 0.193 315.0) |
Copy-ready code
/* CSS */
color: #cf77f4;
background-color: #cf77f4;
/* Tailwind (arbitrary) */
class="text-[#cf77f4] bg-[#cf77f4]"
/* SCSS */
$brand: #cf77f4;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.957)
/* Android */
Color.parseColor("#cf77f4")Accessibility — WCAG contrast
Aa
#cf77f4 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf77f4 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta51.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cf77f4 text on a black background
contrast 7.60:1
Card sample
#cf77f4 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf77f4;
Background color
Panel with #cf77f4 background
background-color: #cf77f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf77f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf77f4; background: linear-gradient(135deg, #cf77f4, #F477C6);