#ff9dce
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 157, 206
HSL
330°, 100%, 81%
CMYK
0, 38, 19, 0
Luminance
0.4983
Every format
| HEX | #ff9dce |
| RGB | rgb(255, 157, 206) |
| HSL | hsl(330, 100%, 81%) |
| CMYK | cmyk(0%, 38%, 19%, 0%) |
| LAB | lab(76.0 42.8 -9.5) |
| LCH | lch(76.0 43.9 347.5) |
| OKLCH | oklch(0.810 0.130 349.0) |
Copy-ready code
/* CSS */
color: #ff9dce;
background-color: #ff9dce;
/* Tailwind (arbitrary) */
class="text-[#ff9dce] bg-[#ff9dce]"
/* SCSS */
$brand: #ff9dce;
/* SwiftUI */
Color(red: 1.000, green: 0.616, blue: 0.808)
/* Android */
Color.parseColor("#ff9dce")Accessibility — WCAG contrast
Aa
#ff9dce on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9dce on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green61.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow19.2%
Key (black)0.0%
Color previews
#ff9dce text on a black background
contrast 10.97:1
Card sample
#ff9dce text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9dce;
Background color
Panel with #ff9dce background
background-color: #ff9dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 157, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 157, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9dce; background: linear-gradient(135deg, #ff9dce, #FFAD9D);