#ff1ace
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 26, 206
HSL
313°, 100%, 55%
CMYK
0, 90, 19, 0
Luminance
0.2646
Every format
| HEX | #ff1ace |
| RGB | rgb(255, 26, 206) |
| HSL | hsl(313, 100%, 55%) |
| CMYK | cmyk(0%, 90%, 19%, 0%) |
| LAB | lab(58.5 89.9 -36.2) |
| LCH | lch(58.5 96.9 338.1) |
| OKLCH | oklch(0.680 0.287 340.0) |
Copy-ready code
/* CSS */
color: #ff1ace;
background-color: #ff1ace;
/* Tailwind (arbitrary) */
class="text-[#ff1ace] bg-[#ff1ace]"
/* SCSS */
$brand: #ff1ace;
/* SwiftUI */
Color(red: 1.000, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#ff1ace")Accessibility — WCAG contrast
Aa
#ff1ace on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1ace on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green10.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow19.2%
Key (black)0.0%
Color previews
#ff1ace text on a black background
contrast 6.29:1
Card sample
#ff1ace text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1ace;
Background color
Panel with #ff1ace background
background-color: #ff1ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1ace; background: linear-gradient(135deg, #ff1ace, #FF1A35);