#ff88df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 136, 223
HSL
316°, 100%, 77%
CMYK
0, 47, 13, 0
Luminance
0.4420
Every format
| HEX | #ff88df |
| RGB | rgb(255, 136, 223) |
| HSL | hsl(316, 100%, 77%) |
| CMYK | cmyk(0%, 47%, 13%, 0%) |
| LAB | lab(72.4 55.9 -24.3) |
| LCH | lch(72.4 61.0 336.5) |
| OKLCH | oklch(0.784 0.176 338.3) |
Copy-ready code
/* CSS */
color: #ff88df;
background-color: #ff88df;
/* Tailwind (arbitrary) */
class="text-[#ff88df] bg-[#ff88df]"
/* SCSS */
$brand: #ff88df;
/* SwiftUI */
Color(red: 1.000, green: 0.533, blue: 0.875)
/* Android */
Color.parseColor("#ff88df")Accessibility — WCAG contrast
Aa
#ff88df on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff88df on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green53.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow12.5%
Key (black)0.0%
Color previews
#ff88df text on a black background
contrast 9.84:1
Card sample
#ff88df text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff88df;
Background color
Panel with #ff88df background
background-color: #ff88df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff88df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 136, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 136, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff88df; background: linear-gradient(135deg, #ff88df, #FF8890);