#ff9ace
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 154, 206
HSL
329°, 100%, 80%
CMYK
0, 40, 19, 0
Luminance
0.4883
Every format
| HEX | #ff9ace |
| RGB | rgb(255, 154, 206) |
| HSL | hsl(329, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 19%, 0%) |
| LAB | lab(75.3 44.4 -10.4) |
| LCH | lch(75.3 45.6 346.8) |
| OKLCH | oklch(0.805 0.135 348.4) |
Copy-ready code
/* CSS */
color: #ff9ace;
background-color: #ff9ace;
/* Tailwind (arbitrary) */
class="text-[#ff9ace] bg-[#ff9ace]"
/* SCSS */
$brand: #ff9ace;
/* SwiftUI */
Color(red: 1.000, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#ff9ace")Accessibility — WCAG contrast
Aa
#ff9ace on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9ace on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow19.2%
Key (black)0.0%
Color previews
#ff9ace text on a black background
contrast 10.77:1
Card sample
#ff9ace text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9ace;
Background color
Panel with #ff9ace background
background-color: #ff9ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9ace; background: linear-gradient(135deg, #ff9ace, #FFA99A);