#ff88cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 136, 205
HSL
325°, 100%, 77%
CMYK
0, 47, 20, 0
Luminance
0.4328
Every format
| HEX | #ff88cd |
| RGB | rgb(255, 136, 205) |
| HSL | hsl(325, 100%, 77%) |
| CMYK | cmyk(0%, 47%, 20%, 0%) |
| LAB | lab(71.8 53.2 -15.3) |
| LCH | lch(71.8 55.4 344.0) |
| OKLCH | oklch(0.778 0.164 345.8) |
Copy-ready code
/* CSS */
color: #ff88cd;
background-color: #ff88cd;
/* Tailwind (arbitrary) */
class="text-[#ff88cd] bg-[#ff88cd]"
/* SCSS */
$brand: #ff88cd;
/* SwiftUI */
Color(red: 1.000, green: 0.533, blue: 0.804)
/* Android */
Color.parseColor("#ff88cd")Accessibility — WCAG contrast
Aa
#ff88cd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff88cd on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green53.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow19.6%
Key (black)0.0%
Color previews
#ff88cd text on a black background
contrast 9.66:1
Card sample
#ff88cd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff88cd;
Background color
Panel with #ff88cd background
background-color: #ff88cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff88cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 136, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 136, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff88cd; background: linear-gradient(135deg, #ff88cd, #FF9288);