#ff79cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 121, 207
HSL
322°, 100%, 74%
CMYK
0, 53, 19, 0
Luminance
0.3944
Every format
| HEX | #ff79cf |
| RGB | rgb(255, 121, 207) |
| HSL | hsl(322, 100%, 74%) |
| CMYK | cmyk(0%, 53%, 19%, 0%) |
| LAB | lab(69.1 60.6 -20.4) |
| LCH | lch(69.1 64.0 341.4) |
| OKLCH | oklch(0.758 0.189 343.3) |
Copy-ready code
/* CSS */
color: #ff79cf;
background-color: #ff79cf;
/* Tailwind (arbitrary) */
class="text-[#ff79cf] bg-[#ff79cf]"
/* SCSS */
$brand: #ff79cf;
/* SwiftUI */
Color(red: 1.000, green: 0.475, blue: 0.812)
/* Android */
Color.parseColor("#ff79cf")Accessibility — WCAG contrast
Aa
#ff79cf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff79cf on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow18.8%
Key (black)0.0%
Color previews
#ff79cf text on a black background
contrast 8.89:1
Card sample
#ff79cf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff79cf;
Background color
Panel with #ff79cf background
background-color: #ff79cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff79cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 121, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 121, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff79cf; background: linear-gradient(135deg, #ff79cf, #FF7C79);