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