#ff77ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 119, 186
HSL
330°, 100%, 73%
CMYK
0, 53, 27, 0
Luminance
0.3800
Every format
| HEX | #ff77ba |
| RGB | rgb(255, 119, 186) |
| HSL | hsl(330, 100%, 73%) |
| CMYK | cmyk(0%, 53%, 27%, 0%) |
| LAB | lab(68.0 58.7 -10.2) |
| LCH | lch(68.0 59.6 350.1) |
| OKLCH | oklch(0.748 0.180 351.5) |
Copy-ready code
/* CSS */
color: #ff77ba;
background-color: #ff77ba;
/* Tailwind (arbitrary) */
class="text-[#ff77ba] bg-[#ff77ba]"
/* SCSS */
$brand: #ff77ba;
/* SwiftUI */
Color(red: 1.000, green: 0.467, blue: 0.729)
/* Android */
Color.parseColor("#ff77ba")Accessibility — WCAG contrast
Aa
#ff77ba on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff77ba on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow27.1%
Key (black)0.0%
Color previews
#ff77ba text on a black background
contrast 8.60:1
Card sample
#ff77ba text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff77ba;
Background color
Panel with #ff77ba background
background-color: #ff77ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff77ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 119, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 119, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff77ba; background: linear-gradient(135deg, #ff77ba, #FF8E77);