#fd259f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 37, 159
HSL
326°, 98%, 57%
CMYK
0, 85, 37, 1
Luminance
0.2471
Every format
| HEX | #fd259f |
| RGB | rgb(253, 37, 159) |
| HSL | hsl(326, 98%, 57%) |
| CMYK | cmyk(0%, 85%, 37%, 1%) |
| LAB | lab(56.8 82.8 -11.6) |
| LCH | lch(56.8 83.6 352.0) |
| OKLCH | oklch(0.662 0.257 353.4) |
Copy-ready code
/* CSS */
color: #fd259f;
background-color: #fd259f;
/* Tailwind (arbitrary) */
class="text-[#fd259f] bg-[#fd259f]"
/* SCSS */
$brand: #fd259f;
/* SwiftUI */
Color(red: 0.992, green: 0.145, blue: 0.624)
/* Android */
Color.parseColor("#fd259f")Accessibility — WCAG contrast
Aa
#fd259f on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd259f on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green14.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow37.2%
Key (black)0.8%
Color previews
#fd259f text on a black background
contrast 5.94:1
Card sample
#fd259f text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd259f;
Background color
Panel with #fd259f background
background-color: #fd259f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd259f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 37, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 37, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd259f; background: linear-gradient(135deg, #fd259f, #FD3B25);