#ff8dba
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 141, 186
HSL
336°, 100%, 78%
CMYK
0, 45, 27, 0
Luminance
0.4385
Every format
| HEX | #ff8dba |
| RGB | rgb(255, 141, 186) |
| HSL | hsl(336, 100%, 78%) |
| CMYK | cmyk(0%, 45%, 27%, 0%) |
| LAB | lab(72.1 48.1 -4.1) |
| LCH | lch(72.1 48.3 355.1) |
| OKLCH | oklch(0.779 0.146 356.0) |
Copy-ready code
/* CSS */
color: #ff8dba;
background-color: #ff8dba;
/* Tailwind (arbitrary) */
class="text-[#ff8dba] bg-[#ff8dba]"
/* SCSS */
$brand: #ff8dba;
/* SwiftUI */
Color(red: 1.000, green: 0.553, blue: 0.729)
/* Android */
Color.parseColor("#ff8dba")Accessibility — WCAG contrast
Aa
#ff8dba on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8dba on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green55.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow27.1%
Key (black)0.0%
Color previews
#ff8dba text on a black background
contrast 9.77:1
Card sample
#ff8dba text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8dba;
Background color
Panel with #ff8dba background
background-color: #ff8dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 141, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 141, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8dba; background: linear-gradient(135deg, #ff8dba, #FFAC8D);