#ff1fac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 31, 172
HSL
322°, 100%, 56%
CMYK
0, 88, 33, 0
Luminance
0.2522
Every format
| HEX | #ff1fac |
| RGB | rgb(255, 31, 172) |
| HSL | hsl(322, 100%, 56%) |
| CMYK | cmyk(0%, 88%, 33%, 0%) |
| LAB | lab(57.3 85.5 -18.4) |
| LCH | lch(57.3 87.5 347.8) |
| OKLCH | oklch(0.667 0.267 349.6) |
Copy-ready code
/* CSS */
color: #ff1fac;
background-color: #ff1fac;
/* Tailwind (arbitrary) */
class="text-[#ff1fac] bg-[#ff1fac]"
/* SCSS */
$brand: #ff1fac;
/* SwiftUI */
Color(red: 1.000, green: 0.122, blue: 0.675)
/* Android */
Color.parseColor("#ff1fac")Accessibility — WCAG contrast
Aa
#ff1fac on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1fac on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green12.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow32.5%
Key (black)0.0%
Color previews
#ff1fac text on a black background
contrast 6.04:1
Card sample
#ff1fac text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1fac;
Background color
Panel with #ff1fac background
background-color: #ff1fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 31, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 31, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1fac; background: linear-gradient(135deg, #ff1fac, #FF271F);