#f25fd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 95, 210
HSL
313°, 85%, 66%
CMYK
0, 61, 13, 5
Luminance
0.3171
Every format
| HEX | #f25fd2 |
| RGB | rgb(242, 95, 210) |
| HSL | hsl(313, 85%, 66%) |
| CMYK | cmyk(0%, 61%, 13%, 5%) |
| LAB | lab(63.1 68.8 -31.4) |
| LCH | lch(63.1 75.7 335.5) |
| OKLCH | oklch(0.711 0.219 337.1) |
Copy-ready code
/* CSS */
color: #f25fd2;
background-color: #f25fd2;
/* Tailwind (arbitrary) */
class="text-[#f25fd2] bg-[#f25fd2]"
/* SCSS */
$brand: #f25fd2;
/* SwiftUI */
Color(red: 0.949, green: 0.373, blue: 0.824)
/* Android */
Color.parseColor("#f25fd2")Accessibility — WCAG contrast
Aa
#f25fd2 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25fd2 on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green37.3%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow13.2%
Key (black)5.1%
Color previews
#f25fd2 text on a black background
contrast 7.34:1
Card sample
#f25fd2 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25fd2;
Background color
Panel with #f25fd2 background
background-color: #f25fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 95, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 95, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25fd2; background: linear-gradient(135deg, #f25fd2, #F25F70);