#ff79ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 121, 186
HSL
331°, 100%, 74%
CMYK
0, 53, 27, 0
Luminance
0.3848
Every format
| HEX | #ff79ba |
| RGB | rgb(255, 121, 186) |
| HSL | hsl(331, 100%, 74%) |
| CMYK | cmyk(0%, 53%, 27%, 0%) |
| LAB | lab(68.4 57.8 -9.7) |
| LCH | lch(68.4 58.6 350.5) |
| OKLCH | oklch(0.750 0.177 351.8) |
Copy-ready code
/* CSS */
color: #ff79ba;
background-color: #ff79ba;
/* Tailwind (arbitrary) */
class="text-[#ff79ba] bg-[#ff79ba]"
/* SCSS */
$brand: #ff79ba;
/* SwiftUI */
Color(red: 1.000, green: 0.475, blue: 0.729)
/* Android */
Color.parseColor("#ff79ba")Accessibility — WCAG contrast
Aa
#ff79ba on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff79ba on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow27.1%
Key (black)0.0%
Color previews
#ff79ba text on a black background
contrast 8.70:1
Card sample
#ff79ba text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff79ba;
Background color
Panel with #ff79ba background
background-color: #ff79ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff79ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 121, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 121, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff79ba; background: linear-gradient(135deg, #ff79ba, #FF9179);