#ff9adf
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 154, 223
HSL
319°, 100%, 80%
CMYK
0, 40, 13, 0
Luminance
0.4970
Every format
| HEX | #ff9adf |
| RGB | rgb(255, 154, 223) |
| HSL | hsl(319, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 13%, 0%) |
| LAB | lab(75.9 47.0 -18.9) |
| LCH | lch(75.9 50.6 338.1) |
| OKLCH | oklch(0.811 0.146 339.8) |
Copy-ready code
/* CSS */
color: #ff9adf;
background-color: #ff9adf;
/* Tailwind (arbitrary) */
class="text-[#ff9adf] bg-[#ff9adf]"
/* SCSS */
$brand: #ff9adf;
/* SwiftUI */
Color(red: 1.000, green: 0.604, blue: 0.875)
/* Android */
Color.parseColor("#ff9adf")Accessibility — WCAG contrast
Aa
#ff9adf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9adf on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow12.5%
Key (black)0.0%
Color previews
#ff9adf text on a black background
contrast 10.94:1
Card sample
#ff9adf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9adf;
Background color
Panel with #ff9adf background
background-color: #ff9adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 154, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 154, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9adf; background: linear-gradient(135deg, #ff9adf, #FF9A9C);