#fd79bc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 121, 188
HSL
330°, 97%, 73%
CMYK
0, 52, 26, 1
Luminance
0.3819
Every format
| HEX | #fd79bc |
| RGB | rgb(253, 121, 188) |
| HSL | hsl(330, 97%, 73%) |
| CMYK | cmyk(0%, 52%, 26%, 1%) |
| LAB | lab(68.2 57.5 -11.2) |
| LCH | lch(68.2 58.5 349.0) |
| OKLCH | oklch(0.749 0.176 350.5) |
Copy-ready code
/* CSS */
color: #fd79bc;
background-color: #fd79bc;
/* Tailwind (arbitrary) */
class="text-[#fd79bc] bg-[#fd79bc]"
/* SCSS */
$brand: #fd79bc;
/* SwiftUI */
Color(red: 0.992, green: 0.475, blue: 0.737)
/* Android */
Color.parseColor("#fd79bc")Accessibility — WCAG contrast
Aa
#fd79bc on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd79bc on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow25.7%
Key (black)0.8%
Color previews
#fd79bc text on a black background
contrast 8.64:1
Card sample
#fd79bc text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd79bc;
Background color
Panel with #fd79bc background
background-color: #fd79bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd79bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 121, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 121, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd79bc; background: linear-gradient(135deg, #fd79bc, #FD8E79);