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