#f525b2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 37, 178
HSL
319°, 91%, 55%
CMYK
0, 85, 27, 4
Luminance
0.2395
Every format
| HEX | #f525b2 |
| RGB | rgb(245, 37, 178) |
| HSL | hsl(319, 91%, 55%) |
| CMYK | cmyk(0%, 85%, 27%, 4%) |
| LAB | lab(56.0 83.0 -24.0) |
| LCH | lch(56.0 86.4 343.9) |
| OKLCH | oklch(0.656 0.261 345.9) |
Copy-ready code
/* CSS */
color: #f525b2;
background-color: #f525b2;
/* Tailwind (arbitrary) */
class="text-[#f525b2] bg-[#f525b2]"
/* SCSS */
$brand: #f525b2;
/* SwiftUI */
Color(red: 0.961, green: 0.145, blue: 0.698)
/* Android */
Color.parseColor("#f525b2")Accessibility — WCAG contrast
Aa
#f525b2 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f525b2 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green14.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta84.9%
Yellow27.3%
Key (black)3.9%
Color previews
#f525b2 text on a black background
contrast 5.79:1
Card sample
#f525b2 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f525b2;
Background color
Panel with #f525b2 background
background-color: #f525b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f525b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 37, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 37, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f525b2; background: linear-gradient(135deg, #f525b2, #F52527);