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