#f25d85
a light, electric magenta / pink · warm · closest name: salmon
RGB
242, 93, 133
HSL
344°, 85%, 66%
CMYK
0, 62, 45, 5
Luminance
0.2840
Every format
| HEX | #f25d85 |
| RGB | rgb(242, 93, 133) |
| HSL | hsl(344, 85%, 66%) |
| CMYK | cmyk(0%, 62%, 45%, 5%) |
| LAB | lab(60.3 60.4 8.5) |
| LCH | lch(60.3 61.0 8.0) |
| OKLCH | oklch(0.681 0.185 6.9) |
Copy-ready code
/* CSS */
color: #f25d85;
background-color: #f25d85;
/* Tailwind (arbitrary) */
class="text-[#f25d85] bg-[#f25d85]"
/* SCSS */
$brand: #f25d85;
/* SwiftUI */
Color(red: 0.949, green: 0.365, blue: 0.522)
/* Android */
Color.parseColor("#f25d85")Accessibility — WCAG contrast
Aa
#f25d85 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f25d85 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green36.5%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow45.0%
Key (black)5.1%
Color previews
#f25d85 text on a black background
contrast 6.68:1
Card sample
#f25d85 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25d85;
Background color
Panel with #f25d85 background
background-color: #f25d85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25d85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 93, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 93, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25d85; background: linear-gradient(135deg, #f25d85, #F2985D);