#ff77bf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 119, 191
HSL
328°, 100%, 73%
CMYK
0, 53, 25, 0
Luminance
0.3822
Every format
| HEX | #ff77bf |
| RGB | rgb(255, 119, 191) |
| HSL | hsl(328, 100%, 73%) |
| CMYK | cmyk(0%, 53%, 25%, 0%) |
| LAB | lab(68.2 59.4 -12.8) |
| LCH | lch(68.2 60.8 347.8) |
| OKLCH | oklch(0.750 0.182 349.4) |
Copy-ready code
/* CSS */
color: #ff77bf;
background-color: #ff77bf;
/* Tailwind (arbitrary) */
class="text-[#ff77bf] bg-[#ff77bf]"
/* SCSS */
$brand: #ff77bf;
/* SwiftUI */
Color(red: 1.000, green: 0.467, blue: 0.749)
/* Android */
Color.parseColor("#ff77bf")Accessibility — WCAG contrast
Aa
#ff77bf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff77bf on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow25.1%
Key (black)0.0%
Color previews
#ff77bf text on a black background
contrast 8.64:1
Card sample
#ff77bf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff77bf;
Background color
Panel with #ff77bf background
background-color: #ff77bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff77bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 119, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 119, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff77bf; background: linear-gradient(135deg, #ff77bf, #FF8977);