#fd79ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 121, 186
HSL
331°, 97%, 73%
CMYK
0, 52, 27, 1
Luminance
0.3810
Every format
| HEX | #fd79ba |
| RGB | rgb(253, 121, 186) |
| HSL | hsl(331, 97%, 73%) |
| CMYK | cmyk(0%, 52%, 27%, 1%) |
| LAB | lab(68.1 57.2 -10.2) |
| LCH | lch(68.1 58.1 349.9) |
| OKLCH | oklch(0.748 0.175 351.4) |
Copy-ready code
/* CSS */
color: #fd79ba;
background-color: #fd79ba;
/* Tailwind (arbitrary) */
class="text-[#fd79ba] bg-[#fd79ba]"
/* SCSS */
$brand: #fd79ba;
/* SwiftUI */
Color(red: 0.992, green: 0.475, blue: 0.729)
/* Android */
Color.parseColor("#fd79ba")Accessibility — WCAG contrast
Aa
#fd79ba on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd79ba on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow26.5%
Key (black)0.8%
Color previews
#fd79ba text on a black background
contrast 8.62:1
Card sample
#fd79ba text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd79ba;
Background color
Panel with #fd79ba background
background-color: #fd79ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd79ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 121, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 121, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd79ba; background: linear-gradient(135deg, #fd79ba, #FD9079);