#cf50f4
a balanced, electric violet · warm · closest name: magenta
RGB
207, 80, 244
HSL
287°, 88%, 64%
CMYK
15, 67, 0, 4
Luminance
0.2553
Every format
| HEX | #cf50f4 |
| RGB | rgb(207, 80, 244) |
| HSL | hsl(287, 88%, 64%) |
| CMYK | cmyk(15%, 67%, 0%, 4%) |
| LAB | lab(57.6 72.3 -59.5) |
| LCH | lch(57.6 93.6 320.5) |
| OKLCH | oklch(0.666 0.248 317.7) |
Copy-ready code
/* CSS */
color: #cf50f4;
background-color: #cf50f4;
/* Tailwind (arbitrary) */
class="text-[#cf50f4] bg-[#cf50f4]"
/* SCSS */
$brand: #cf50f4;
/* SwiftUI */
Color(red: 0.812, green: 0.314, blue: 0.957)
/* Android */
Color.parseColor("#cf50f4")Accessibility — WCAG contrast
Aa
#cf50f4 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf50f4 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.4%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta67.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cf50f4 text on a black background
contrast 6.11:1
Card sample
#cf50f4 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf50f4;
Background color
Panel with #cf50f4 background
background-color: #cf50f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf50f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 80, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 80, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf50f4; background: linear-gradient(135deg, #cf50f4, #F450AC);