#f25fd7
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 95, 215
HSL
311°, 85%, 66%
CMYK
0, 61, 11, 5
Luminance
0.3197
Every format
| HEX | #f25fd7 |
| RGB | rgb(242, 95, 215) |
| HSL | hsl(311, 85%, 66%) |
| CMYK | cmyk(0%, 61%, 11%, 5%) |
| LAB | lab(63.3 69.6 -33.9) |
| LCH | lch(63.3 77.4 334.0) |
| OKLCH | oklch(0.713 0.223 335.6) |
Copy-ready code
/* CSS */
color: #f25fd7;
background-color: #f25fd7;
/* Tailwind (arbitrary) */
class="text-[#f25fd7] bg-[#f25fd7]"
/* SCSS */
$brand: #f25fd7;
/* SwiftUI */
Color(red: 0.949, green: 0.373, blue: 0.843)
/* Android */
Color.parseColor("#f25fd7")Accessibility — WCAG contrast
Aa
#f25fd7 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25fd7 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green37.3%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow11.2%
Key (black)5.1%
Color previews
#f25fd7 text on a black background
contrast 7.39:1
Card sample
#f25fd7 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25fd7;
Background color
Panel with #f25fd7 background
background-color: #f25fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 95, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 95, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25fd7; background: linear-gradient(135deg, #f25fd7, #F25F75);