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