#fd299f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 41, 159
HSL
327°, 98%, 58%
CMYK
0, 84, 37, 1
Luminance
0.2497
Every format
| HEX | #fd299f |
| RGB | rgb(253, 41, 159) |
| HSL | hsl(327, 98%, 58%) |
| CMYK | cmyk(0%, 84%, 37%, 1%) |
| LAB | lab(57.0 82.1 -11.2) |
| LCH | lch(57.0 82.8 352.2) |
| OKLCH | oklch(0.663 0.254 353.5) |
Copy-ready code
/* CSS */
color: #fd299f;
background-color: #fd299f;
/* Tailwind (arbitrary) */
class="text-[#fd299f] bg-[#fd299f]"
/* SCSS */
$brand: #fd299f;
/* SwiftUI */
Color(red: 0.992, green: 0.161, blue: 0.624)
/* Android */
Color.parseColor("#fd299f")Accessibility — WCAG contrast
Aa
#fd299f on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd299f on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow37.2%
Key (black)0.8%
Color previews
#fd299f text on a black background
contrast 5.99:1
Card sample
#fd299f text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd299f;
Background color
Panel with #fd299f background
background-color: #fd299f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd299f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 41, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 41, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd299f; background: linear-gradient(135deg, #fd299f, #FD4029);