#ff4eef
a light, electric magenta / pink · warm · closest name: magenta
RGB
255, 78, 239
HSL
305°, 100%, 65%
CMYK
0, 69, 6, 0
Luminance
0.3294
Every format
| HEX | #ff4eef |
| RGB | rgb(255, 78, 239) |
| HSL | hsl(305, 100%, 65%) |
| CMYK | cmyk(0%, 69%, 6%, 0%) |
| LAB | lab(64.1 82.5 -45.9) |
| LCH | lch(64.1 94.4 330.9) |
| OKLCH | oklch(0.726 0.268 331.9) |
Copy-ready code
/* CSS */
color: #ff4eef;
background-color: #ff4eef;
/* Tailwind (arbitrary) */
class="text-[#ff4eef] bg-[#ff4eef]"
/* SCSS */
$brand: #ff4eef;
/* SwiftUI */
Color(red: 1.000, green: 0.306, blue: 0.937)
/* Android */
Color.parseColor("#ff4eef")Accessibility — WCAG contrast
Aa
#ff4eef on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4eef on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green30.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow6.3%
Key (black)0.0%
Color previews
#ff4eef text on a black background
contrast 7.59:1
Card sample
#ff4eef text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4eef;
Background color
Panel with #ff4eef background
background-color: #ff4eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 78, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 78, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4eef; background: linear-gradient(135deg, #ff4eef, #FF4E79);