#ff3fad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 63, 173
HSL
326°, 100%, 62%
CMYK
0, 75, 32, 0
Luminance
0.2783
Every format
| HEX | #ff3fad |
| RGB | rgb(255, 63, 173) |
| HSL | hsl(326, 100%, 62%) |
| CMYK | cmyk(0%, 75%, 32%, 0%) |
| LAB | lab(59.7 78.7 -15.3) |
| LCH | lch(59.7 80.1 349.0) |
| OKLCH | oklch(0.685 0.244 350.6) |
Copy-ready code
/* CSS */
color: #ff3fad;
background-color: #ff3fad;
/* Tailwind (arbitrary) */
class="text-[#ff3fad] bg-[#ff3fad]"
/* SCSS */
$brand: #ff3fad;
/* SwiftUI */
Color(red: 1.000, green: 0.247, blue: 0.678)
/* Android */
Color.parseColor("#ff3fad")Accessibility — WCAG contrast
Aa
#ff3fad on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff3fad on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green24.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow32.2%
Key (black)0.0%
Color previews
#ff3fad text on a black background
contrast 6.57:1
Card sample
#ff3fad text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3fad;
Background color
Panel with #ff3fad background
background-color: #ff3fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 63, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 63, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3fad; background: linear-gradient(135deg, #ff3fad, #FF513F);