#f525eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 37, 235
HSL
303°, 91%, 55%
CMYK
0, 85, 4, 4
Luminance
0.2673
Every format
| HEX | #f525eb |
| RGB | rgb(245, 37, 235) |
| HSL | hsl(303, 91%, 55%) |
| CMYK | cmyk(0%, 85%, 4%, 4%) |
| LAB | lab(58.7 90.2 -52.3) |
| LCH | lch(58.7 104.3 329.9) |
| OKLCH | oklch(0.684 0.295 330.6) |
Copy-ready code
/* CSS */
color: #f525eb;
background-color: #f525eb;
/* Tailwind (arbitrary) */
class="text-[#f525eb] bg-[#f525eb]"
/* SCSS */
$brand: #f525eb;
/* SwiftUI */
Color(red: 0.961, green: 0.145, blue: 0.922)
/* Android */
Color.parseColor("#f525eb")Accessibility — WCAG contrast
Aa
#f525eb on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f525eb on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green14.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta84.9%
Yellow4.1%
Key (black)3.9%
Color previews
#f525eb text on a black background
contrast 6.35:1
Card sample
#f525eb text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f525eb;
Background color
Panel with #f525eb background
background-color: #f525eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f525eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 37, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 37, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f525eb; background: linear-gradient(135deg, #f525eb, #F52560);