#fd3085
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 48, 133
HSL
335°, 98%, 59%
CMYK
0, 81, 47, 1
Luminance
0.2469
Every format
| HEX | #fd3085 |
| RGB | rgb(253, 48, 133) |
| HSL | hsl(335, 98%, 59%) |
| CMYK | cmyk(0%, 81%, 47%, 1%) |
| LAB | lab(56.8 78.3 3.8) |
| LCH | lch(56.8 78.4 2.8) |
| OKLCH | oklch(0.659 0.241 2.5) |
Copy-ready code
/* CSS */
color: #fd3085;
background-color: #fd3085;
/* Tailwind (arbitrary) */
class="text-[#fd3085] bg-[#fd3085]"
/* SCSS */
$brand: #fd3085;
/* SwiftUI */
Color(red: 0.992, green: 0.188, blue: 0.522)
/* Android */
Color.parseColor("#fd3085")Accessibility — WCAG contrast
Aa
#fd3085 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3085 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.8%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta81.0%
Yellow47.4%
Key (black)0.8%
Color previews
#fd3085 text on a black background
contrast 5.94:1
Card sample
#fd3085 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3085;
Background color
Panel with #fd3085 background
background-color: #fd3085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 48, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 48, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3085; background: linear-gradient(135deg, #fd3085, #FD6430);