#fd199f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 25, 159
HSL
325°, 98%, 55%
CMYK
0, 90, 37, 1
Luminance
0.2408
Every format
| HEX | #fd199f |
| RGB | rgb(253, 25, 159) |
| HSL | hsl(325, 98%, 55%) |
| CMYK | cmyk(0%, 90%, 37%, 1%) |
| LAB | lab(56.2 84.6 -12.5) |
| LCH | lch(56.2 85.5 351.6) |
| OKLCH | oklch(0.657 0.263 353.0) |
Copy-ready code
/* CSS */
color: #fd199f;
background-color: #fd199f;
/* Tailwind (arbitrary) */
class="text-[#fd199f] bg-[#fd199f]"
/* SCSS */
$brand: #fd199f;
/* SwiftUI */
Color(red: 0.992, green: 0.098, blue: 0.624)
/* Android */
Color.parseColor("#fd199f")Accessibility — WCAG contrast
Aa
#fd199f on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd199f on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green9.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow37.2%
Key (black)0.8%
Color previews
#fd199f text on a black background
contrast 5.82:1
Card sample
#fd199f text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd199f;
Background color
Panel with #fd199f background
background-color: #fd199f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd199f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 25, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 25, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd199f; background: linear-gradient(135deg, #fd199f, #FD2B19);