#ff3d9a
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 61, 154
HSL
331°, 100%, 62%
CMYK
0, 76, 40, 0
Luminance
0.2693
Every format
| HEX | #ff3d9a |
| RGB | rgb(255, 61, 154) |
| HSL | hsl(331, 100%, 62%) |
| CMYK | cmyk(0%, 76%, 40%, 0%) |
| LAB | lab(58.9 77.3 -5.5) |
| LCH | lch(58.9 77.5 356.0) |
| OKLCH | oklch(0.677 0.238 356.8) |
Copy-ready code
/* CSS */
color: #ff3d9a;
background-color: #ff3d9a;
/* Tailwind (arbitrary) */
class="text-[#ff3d9a] bg-[#ff3d9a]"
/* SCSS */
$brand: #ff3d9a;
/* SwiftUI */
Color(red: 1.000, green: 0.239, blue: 0.604)
/* Android */
Color.parseColor("#ff3d9a")Accessibility — WCAG contrast
Aa
#ff3d9a on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff3d9a on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green23.9%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow39.6%
Key (black)0.0%
Color previews
#ff3d9a text on a black background
contrast 6.39:1
Card sample
#ff3d9a text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3d9a;
Background color
Panel with #ff3d9a background
background-color: #ff3d9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3d9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 61, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 61, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3d9a; background: linear-gradient(135deg, #ff3d9a, #FF613D);