#ff8fd9
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 143, 217
HSL
320°, 100%, 78%
CMYK
0, 44, 15, 0
Luminance
0.4591
Every format
| HEX | #ff8fd9 |
| RGB | rgb(255, 143, 217) |
| HSL | hsl(320, 100%, 78%) |
| CMYK | cmyk(0%, 44%, 15%, 0%) |
| LAB | lab(73.5 51.6 -19.3) |
| LCH | lch(73.5 55.0 339.5) |
| OKLCH | oklch(0.792 0.160 341.3) |
Copy-ready code
/* CSS */
color: #ff8fd9;
background-color: #ff8fd9;
/* Tailwind (arbitrary) */
class="text-[#ff8fd9] bg-[#ff8fd9]"
/* SCSS */
$brand: #ff8fd9;
/* SwiftUI */
Color(red: 1.000, green: 0.561, blue: 0.851)
/* Android */
Color.parseColor("#ff8fd9")Accessibility — WCAG contrast
Aa
#ff8fd9 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8fd9 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.1%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow14.9%
Key (black)0.0%
Color previews
#ff8fd9 text on a black background
contrast 10.18:1
Card sample
#ff8fd9 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8fd9;
Background color
Panel with #ff8fd9 background
background-color: #ff8fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 143, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 143, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8fd9; background: linear-gradient(135deg, #ff8fd9, #FF908F);