#f705fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 5, 253
HSL
299°, 98%, 51%
CMYK
2, 98, 0, 1
Luminance
0.2697
Every format
| HEX | #f705fd |
| RGB | rgb(247, 5, 253) |
| HSL | hsl(299, 98%, 51%) |
| CMYK | cmyk(2%, 98%, 0%, 1%) |
| LAB | lab(59.0 96.4 -62.0) |
| LCH | lch(59.0 114.6 327.3) |
| OKLCH | oklch(0.689 0.318 327.0) |
Copy-ready code
/* CSS */
color: #f705fd;
background-color: #f705fd;
/* Tailwind (arbitrary) */
class="text-[#f705fd] bg-[#f705fd]"
/* SCSS */
$brand: #f705fd;
/* SwiftUI */
Color(red: 0.969, green: 0.020, blue: 0.992)
/* Android */
Color.parseColor("#f705fd")Accessibility — WCAG contrast
Aa
#f705fd on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f705fd on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green2.0%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta98.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f705fd text on a black background
contrast 6.39:1
Card sample
#f705fd text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f705fd;
Background color
Panel with #f705fd background
background-color: #f705fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f705fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 5, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 5, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f705fd; background: linear-gradient(135deg, #f705fd, #FD055E);