#fd79cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 121, 203
HSL
323°, 97%, 73%
CMYK
0, 52, 20, 1
Luminance
0.3887
Every format
| HEX | #fd79cb |
| RGB | rgb(253, 121, 203) |
| HSL | hsl(323, 97%, 73%) |
| CMYK | cmyk(0%, 52%, 20%, 1%) |
| LAB | lab(68.7 59.5 -18.9) |
| LCH | lch(68.7 62.4 342.4) |
| OKLCH | oklch(0.754 0.184 344.3) |
Copy-ready code
/* CSS */
color: #fd79cb;
background-color: #fd79cb;
/* Tailwind (arbitrary) */
class="text-[#fd79cb] bg-[#fd79cb]"
/* SCSS */
$brand: #fd79cb;
/* SwiftUI */
Color(red: 0.992, green: 0.475, blue: 0.796)
/* Android */
Color.parseColor("#fd79cb")Accessibility — WCAG contrast
Aa
#fd79cb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd79cb on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow19.8%
Key (black)0.8%
Color previews
#fd79cb text on a black background
contrast 8.77:1
Card sample
#fd79cb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd79cb;
Background color
Panel with #fd79cb background
background-color: #fd79cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd79cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 121, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 121, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd79cb; background: linear-gradient(135deg, #fd79cb, #FD7F79);