#ff87ee
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 135, 238
HSL
309°, 100%, 77%
CMYK
0, 47, 7, 0
Luminance
0.4476
Every format
| HEX | #ff87ee |
| RGB | rgb(255, 135, 238) |
| HSL | hsl(309, 100%, 77%) |
| CMYK | cmyk(0%, 47%, 7%, 0%) |
| LAB | lab(72.7 58.8 -31.9) |
| LCH | lch(72.7 66.9 331.5) |
| OKLCH | oklch(0.789 0.189 332.7) |
Copy-ready code
/* CSS */
color: #ff87ee;
background-color: #ff87ee;
/* Tailwind (arbitrary) */
class="text-[#ff87ee] bg-[#ff87ee]"
/* SCSS */
$brand: #ff87ee;
/* SwiftUI */
Color(red: 1.000, green: 0.529, blue: 0.933)
/* Android */
Color.parseColor("#ff87ee")Accessibility — WCAG contrast
Aa
#ff87ee on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff87ee on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow6.7%
Key (black)0.0%
Color previews
#ff87ee text on a black background
contrast 9.95:1
Card sample
#ff87ee text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff87ee;
Background color
Panel with #ff87ee background
background-color: #ff87ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff87ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 135, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 135, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff87ee; background: linear-gradient(135deg, #ff87ee, #FF879E);