#ff4bee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 75, 238
HSL
306°, 100%, 65%
CMYK
0, 71, 7, 0
Luminance
0.3247
Every format
| HEX | #ff4bee |
| RGB | rgb(255, 75, 238) |
| HSL | hsl(306, 100%, 65%) |
| CMYK | cmyk(0%, 71%, 7%, 0%) |
| LAB | lab(63.7 83.3 -46.0) |
| LCH | lch(63.7 95.2 331.1) |
| OKLCH | oklch(0.723 0.270 332.1) |
Copy-ready code
/* CSS */
color: #ff4bee;
background-color: #ff4bee;
/* Tailwind (arbitrary) */
class="text-[#ff4bee] bg-[#ff4bee]"
/* SCSS */
$brand: #ff4bee;
/* SwiftUI */
Color(red: 1.000, green: 0.294, blue: 0.933)
/* Android */
Color.parseColor("#ff4bee")Accessibility — WCAG contrast
Aa
#ff4bee on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4bee on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green29.4%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow6.7%
Key (black)0.0%
Color previews
#ff4bee text on a black background
contrast 7.49:1
Card sample
#ff4bee text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4bee;
Background color
Panel with #ff4bee background
background-color: #ff4bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 75, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 75, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4bee; background: linear-gradient(135deg, #ff4bee, #FF4B76);