#ff88d7
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 136, 215
HSL
320°, 100%, 77%
CMYK
0, 47, 16, 0
Luminance
0.4377
Every format
| HEX | #ff88d7 |
| RGB | rgb(255, 136, 215) |
| HSL | hsl(320, 100%, 77%) |
| CMYK | cmyk(0%, 47%, 16%, 0%) |
| LAB | lab(72.1 54.7 -20.3) |
| LCH | lch(72.1 58.3 339.6) |
| OKLCH | oklch(0.781 0.170 341.5) |
Copy-ready code
/* CSS */
color: #ff88d7;
background-color: #ff88d7;
/* Tailwind (arbitrary) */
class="text-[#ff88d7] bg-[#ff88d7]"
/* SCSS */
$brand: #ff88d7;
/* SwiftUI */
Color(red: 1.000, green: 0.533, blue: 0.843)
/* Android */
Color.parseColor("#ff88d7")Accessibility — WCAG contrast
Aa
#ff88d7 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff88d7 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green53.3%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow15.7%
Key (black)0.0%
Color previews
#ff88d7 text on a black background
contrast 9.75:1
Card sample
#ff88d7 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff88d7;
Background color
Panel with #ff88d7 background
background-color: #ff88d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff88d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 136, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 136, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff88d7; background: linear-gradient(135deg, #ff88d7, #FF8988);