#cf62f4
a light, electric violet · warm · closest name: violet
RGB
207, 98, 244
HSL
285°, 87%, 67%
CMYK
15, 60, 0, 4
Luminance
0.2853
Every format
| HEX | #cf62f4 |
| RGB | rgb(207, 98, 244) |
| HSL | hsl(285, 87%, 67%) |
| CMYK | cmyk(15%, 60%, 0%, 4%) |
| LAB | lab(60.4 64.6 -55.1) |
| LCH | lch(60.4 84.9 319.6) |
| OKLCH | oklch(0.686 0.224 316.6) |
Copy-ready code
/* CSS */
color: #cf62f4;
background-color: #cf62f4;
/* Tailwind (arbitrary) */
class="text-[#cf62f4] bg-[#cf62f4]"
/* SCSS */
$brand: #cf62f4;
/* SwiftUI */
Color(red: 0.812, green: 0.384, blue: 0.957)
/* Android */
Color.parseColor("#cf62f4")Accessibility — WCAG contrast
Aa
#cf62f4 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf62f4 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.4%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta59.8%
Yellow0.0%
Key (black)4.3%
Color previews
#cf62f4 text on a black background
contrast 6.71:1
Card sample
#cf62f4 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf62f4;
Background color
Panel with #cf62f4 background
background-color: #cf62f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf62f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 98, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 98, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf62f4; background: linear-gradient(135deg, #cf62f4, #F462B8);