#f525af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 37, 175
HSL
320°, 91%, 55%
CMYK
0, 85, 29, 4
Luminance
0.2383
Every format
| HEX | #f525af |
| RGB | rgb(245, 37, 175) |
| HSL | hsl(320, 91%, 55%) |
| CMYK | cmyk(0%, 85%, 29%, 4%) |
| LAB | lab(55.9 82.7 -22.4) |
| LCH | lch(55.9 85.7 344.8) |
| OKLCH | oklch(0.655 0.260 346.8) |
Copy-ready code
/* CSS */
color: #f525af;
background-color: #f525af;
/* Tailwind (arbitrary) */
class="text-[#f525af] bg-[#f525af]"
/* SCSS */
$brand: #f525af;
/* SwiftUI */
Color(red: 0.961, green: 0.145, blue: 0.686)
/* Android */
Color.parseColor("#f525af")Accessibility — WCAG contrast
Aa
#f525af on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f525af on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green14.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta84.9%
Yellow28.6%
Key (black)3.9%
Color previews
#f525af text on a black background
contrast 5.77:1
Card sample
#f525af text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f525af;
Background color
Panel with #f525af background
background-color: #f525af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f525af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 37, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 37, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f525af; background: linear-gradient(135deg, #f525af, #F52625);