#cf08f4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 8, 244
HSL
291°, 94%, 49%
CMYK
15, 97, 0, 4
Luminance
0.1997
Every format
| HEX | #cf08f4 |
| RGB | rgb(207, 8, 244) |
| HSL | hsl(291, 94%, 49%) |
| CMYK | cmyk(15%, 97%, 0%, 4%) |
| LAB | lab(51.8 89.0 -68.8) |
| LCH | lch(51.8 112.5 322.3) |
| OKLCH | oklch(0.625 0.298 319.5) |
Copy-ready code
/* CSS */
color: #cf08f4;
background-color: #cf08f4;
/* Tailwind (arbitrary) */
class="text-[#cf08f4] bg-[#cf08f4]"
/* SCSS */
$brand: #cf08f4;
/* SwiftUI */
Color(red: 0.812, green: 0.031, blue: 0.957)
/* Android */
Color.parseColor("#cf08f4")Accessibility — WCAG contrast
Aa
#cf08f4 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf08f4 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.1%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta96.7%
Yellow0.0%
Key (black)4.3%
Color previews
#cf08f4 text on a black background
contrast 4.99:1
Card sample
#cf08f4 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf08f4;
Background color
Panel with #cf08f4 background
background-color: #cf08f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf08f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 8, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 8, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf08f4; background: linear-gradient(135deg, #cf08f4, #F4087C);