#f25fee
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 95, 238
HSL
302°, 85%, 66%
CMYK
0, 61, 2, 5
Luminance
0.3323
Every format
| HEX | #f25fee |
| RGB | rgb(242, 95, 238) |
| HSL | hsl(302, 85%, 66%) |
| CMYK | cmyk(0%, 61%, 2%, 5%) |
| LAB | lab(64.3 73.2 -45.1) |
| LCH | lch(64.3 86.0 328.3) |
| OKLCH | oklch(0.724 0.240 328.8) |
Copy-ready code
/* CSS */
color: #f25fee;
background-color: #f25fee;
/* Tailwind (arbitrary) */
class="text-[#f25fee] bg-[#f25fee]"
/* SCSS */
$brand: #f25fee;
/* SwiftUI */
Color(red: 0.949, green: 0.373, blue: 0.933)
/* Android */
Color.parseColor("#f25fee")Accessibility — WCAG contrast
Aa
#f25fee on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25fee on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green37.3%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow1.7%
Key (black)5.1%
Color previews
#f25fee text on a black background
contrast 7.65:1
Card sample
#f25fee text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25fee;
Background color
Panel with #f25fee background
background-color: #f25fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 95, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 95, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25fee; background: linear-gradient(135deg, #f25fee, #F25F8C);