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