#ff4fee
a light, electric magenta / pink · warm · closest name: magenta
RGB
255, 79, 238
HSL
306°, 100%, 66%
CMYK
0, 69, 7, 0
Luminance
0.3303
Every format
| HEX | #ff4fee |
| RGB | rgb(255, 79, 238) |
| HSL | hsl(306, 100%, 66%) |
| CMYK | cmyk(0%, 69%, 7%, 0%) |
| LAB | lab(64.2 82.0 -45.3) |
| LCH | lch(64.2 93.7 331.1) |
| OKLCH | oklch(0.726 0.266 332.2) |
Copy-ready code
/* CSS */
color: #ff4fee;
background-color: #ff4fee;
/* Tailwind (arbitrary) */
class="text-[#ff4fee] bg-[#ff4fee]"
/* SCSS */
$brand: #ff4fee;
/* SwiftUI */
Color(red: 1.000, green: 0.310, blue: 0.933)
/* Android */
Color.parseColor("#ff4fee")Accessibility — WCAG contrast
Aa
#ff4fee on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4fee on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow6.7%
Key (black)0.0%
Color previews
#ff4fee text on a black background
contrast 7.61:1
Card sample
#ff4fee text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4fee;
Background color
Panel with #ff4fee background
background-color: #ff4fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 79, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 79, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4fee; background: linear-gradient(135deg, #ff4fee, #FF4F79);