#f525fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 37, 253
HSL
298°, 98%, 57%
CMYK
3, 85, 0, 1
Luminance
0.2783
Every format
| HEX | #f525fd |
| RGB | rgb(245, 37, 253) |
| HSL | hsl(298, 98%, 57%) |
| CMYK | cmyk(3%, 85%, 0%, 1%) |
| LAB | lab(59.7 92.8 -60.8) |
| LCH | lch(59.7 110.9 326.8) |
| OKLCH | oklch(0.694 0.306 326.5) |
Copy-ready code
/* CSS */
color: #f525fd;
background-color: #f525fd;
/* Tailwind (arbitrary) */
class="text-[#f525fd] bg-[#f525fd]"
/* SCSS */
$brand: #f525fd;
/* SwiftUI */
Color(red: 0.961, green: 0.145, blue: 0.992)
/* Android */
Color.parseColor("#f525fd")Accessibility — WCAG contrast
Aa
#f525fd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f525fd on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green14.5%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta85.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f525fd text on a black background
contrast 6.57:1
Card sample
#f525fd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f525fd;
Background color
Panel with #f525fd background
background-color: #f525fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f525fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 37, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 37, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f525fd; background: linear-gradient(135deg, #f525fd, #FD2575);