#ff1ab3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 26, 179
HSL
320°, 100%, 55%
CMYK
0, 90, 30, 0
Luminance
0.2525
Every format
| HEX | #ff1ab3 |
| RGB | rgb(255, 26, 179) |
| HSL | hsl(320, 100%, 55%) |
| CMYK | cmyk(0%, 90%, 30%, 0%) |
| LAB | lab(57.3 86.9 -22.4) |
| LCH | lch(57.3 89.7 345.5) |
| OKLCH | oklch(0.668 0.273 347.4) |
Copy-ready code
/* CSS */
color: #ff1ab3;
background-color: #ff1ab3;
/* Tailwind (arbitrary) */
class="text-[#ff1ab3] bg-[#ff1ab3]"
/* SCSS */
$brand: #ff1ab3;
/* SwiftUI */
Color(red: 1.000, green: 0.102, blue: 0.702)
/* Android */
Color.parseColor("#ff1ab3")Accessibility — WCAG contrast
Aa
#ff1ab3 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1ab3 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green10.2%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow29.8%
Key (black)0.0%
Color previews
#ff1ab3 text on a black background
contrast 6.05:1
Card sample
#ff1ab3 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1ab3;
Background color
Panel with #ff1ab3 background
background-color: #ff1ab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1ab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 26, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 26, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1ab3; background: linear-gradient(135deg, #ff1ab3, #FF1A1A);