#f725da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 37, 218
HSL
308°, 93%, 56%
CMYK
0, 85, 12, 3
Luminance
0.2616
Every format
| HEX | #f725da |
| RGB | rgb(247, 37, 218) |
| HSL | hsl(308, 93%, 56%) |
| CMYK | cmyk(0%, 85%, 12%, 3%) |
| LAB | lab(58.2 88.3 -43.6) |
| LCH | lch(58.2 98.5 333.7) |
| OKLCH | oklch(0.678 0.285 335.2) |
Copy-ready code
/* CSS */
color: #f725da;
background-color: #f725da;
/* Tailwind (arbitrary) */
class="text-[#f725da] bg-[#f725da]"
/* SCSS */
$brand: #f725da;
/* SwiftUI */
Color(red: 0.969, green: 0.145, blue: 0.855)
/* Android */
Color.parseColor("#f725da")Accessibility — WCAG contrast
Aa
#f725da on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f725da on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green14.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow11.7%
Key (black)3.1%
Color previews
#f725da text on a black background
contrast 6.23:1
Card sample
#f725da text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f725da;
Background color
Panel with #f725da background
background-color: #f725da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f725da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 37, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 37, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f725da; background: linear-gradient(135deg, #f725da, #F7254E);