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