#ff8dbf
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 141, 191
HSL
334°, 100%, 78%
CMYK
0, 45, 25, 0
Luminance
0.4407
Every format
| HEX | #ff8dbf |
| RGB | rgb(255, 141, 191) |
| HSL | hsl(334, 100%, 78%) |
| CMYK | cmyk(0%, 45%, 25%, 0%) |
| LAB | lab(72.3 48.8 -6.7) |
| LCH | lch(72.3 49.3 352.2) |
| OKLCH | oklch(0.780 0.148 353.4) |
Copy-ready code
/* CSS */
color: #ff8dbf;
background-color: #ff8dbf;
/* Tailwind (arbitrary) */
class="text-[#ff8dbf] bg-[#ff8dbf]"
/* SCSS */
$brand: #ff8dbf;
/* SwiftUI */
Color(red: 1.000, green: 0.553, blue: 0.749)
/* Android */
Color.parseColor("#ff8dbf")Accessibility — WCAG contrast
Aa
#ff8dbf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8dbf on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green55.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow25.1%
Key (black)0.0%
Color previews
#ff8dbf text on a black background
contrast 9.81:1
Card sample
#ff8dbf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8dbf;
Background color
Panel with #ff8dbf background
background-color: #ff8dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 141, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 141, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8dbf; background: linear-gradient(135deg, #ff8dbf, #FFA78D);