#cf77fc
a light, electric violet · warm · closest name: violet
RGB
207, 119, 252
HSL
280°, 96%, 73%
CMYK
18, 53, 0, 1
Luminance
0.3349
Every format
| HEX | #cf77fc |
| RGB | rgb(207, 119, 252) |
| HSL | hsl(280, 96%, 73%) |
| CMYK | cmyk(18%, 53%, 0%, 1%) |
| LAB | lab(64.5 56.1 -52.8) |
| LCH | lch(64.5 77.1 316.7) |
| OKLCH | oklch(0.718 0.202 313.0) |
Copy-ready code
/* CSS */
color: #cf77fc;
background-color: #cf77fc;
/* Tailwind (arbitrary) */
class="text-[#cf77fc] bg-[#cf77fc]"
/* SCSS */
$brand: #cf77fc;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.988)
/* Android */
Color.parseColor("#cf77fc")Accessibility — WCAG contrast
Aa
#cf77fc on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf77fc on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta52.8%
Yellow0.0%
Key (black)1.2%
Color previews
#cf77fc text on a black background
contrast 7.70:1
Card sample
#cf77fc text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf77fc;
Background color
Panel with #cf77fc background
background-color: #cf77fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf77fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf77fc; background: linear-gradient(135deg, #cf77fc, #FC77D0);