#f25fbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 95, 191
HSL
321°, 85%, 66%
CMYK
0, 61, 21, 5
Luminance
0.3082
Every format
| HEX | #f25fbf |
| RGB | rgb(242, 95, 191) |
| HSL | hsl(321, 85%, 66%) |
| CMYK | cmyk(0%, 61%, 21%, 5%) |
| LAB | lab(62.4 66.2 -21.8) |
| LCH | lch(62.4 69.7 341.8) |
| OKLCH | oklch(0.703 0.207 343.7) |
Copy-ready code
/* CSS */
color: #f25fbf;
background-color: #f25fbf;
/* Tailwind (arbitrary) */
class="text-[#f25fbf] bg-[#f25fbf]"
/* SCSS */
$brand: #f25fbf;
/* SwiftUI */
Color(red: 0.949, green: 0.373, blue: 0.749)
/* Android */
Color.parseColor("#f25fbf")Accessibility — WCAG contrast
Aa
#f25fbf on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25fbf on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green37.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow21.1%
Key (black)5.1%
Color previews
#f25fbf text on a black background
contrast 7.16:1
Card sample
#f25fbf text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25fbf;
Background color
Panel with #f25fbf background
background-color: #f25fbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25fbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 95, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 95, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25fbf; background: linear-gradient(135deg, #f25fbf, #F2615F);