#f25ba2
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 91, 162
HSL
332°, 85%, 65%
CMYK
0, 62, 33, 5
Luminance
0.2897
Every format
| HEX | #f25ba2 |
| RGB | rgb(242, 91, 162) |
| HSL | hsl(332, 85%, 65%) |
| CMYK | cmyk(0%, 62%, 33%, 5%) |
| LAB | lab(60.8 64.2 -7.6) |
| LCH | lch(60.8 64.7 353.2) |
| OKLCH | oklch(0.688 0.197 354.4) |
Copy-ready code
/* CSS */
color: #f25ba2;
background-color: #f25ba2;
/* Tailwind (arbitrary) */
class="text-[#f25ba2] bg-[#f25ba2]"
/* SCSS */
$brand: #f25ba2;
/* SwiftUI */
Color(red: 0.949, green: 0.357, blue: 0.635)
/* Android */
Color.parseColor("#f25ba2")Accessibility — WCAG contrast
Aa
#f25ba2 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f25ba2 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green35.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow33.1%
Key (black)5.1%
Color previews
#f25ba2 text on a black background
contrast 6.79:1
Card sample
#f25ba2 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25ba2;
Background color
Panel with #f25ba2 background
background-color: #f25ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 91, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 91, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25ba2; background: linear-gradient(135deg, #f25ba2, #F2795B);