#ff8fd2
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 143, 210
HSL
324°, 100%, 78%
CMYK
0, 44, 18, 0
Luminance
0.4556
Every format
| HEX | #ff8fd2 |
| RGB | rgb(255, 143, 210) |
| HSL | hsl(324, 100%, 78%) |
| CMYK | cmyk(0%, 44%, 18%, 0%) |
| LAB | lab(73.3 50.5 -15.8) |
| LCH | lch(73.3 52.9 342.7) |
| OKLCH | oklch(0.790 0.155 344.5) |
Copy-ready code
/* CSS */
color: #ff8fd2;
background-color: #ff8fd2;
/* Tailwind (arbitrary) */
class="text-[#ff8fd2] bg-[#ff8fd2]"
/* SCSS */
$brand: #ff8fd2;
/* SwiftUI */
Color(red: 1.000, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#ff8fd2")Accessibility — WCAG contrast
Aa
#ff8fd2 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8fd2 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.1%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow17.6%
Key (black)0.0%
Color previews
#ff8fd2 text on a black background
contrast 10.11:1
Card sample
#ff8fd2 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8fd2;
Background color
Panel with #ff8fd2 background
background-color: #ff8fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8fd2; background: linear-gradient(135deg, #ff8fd2, #FF968F);