#ff9dbd
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 157, 189
HSL
340°, 100%, 81%
CMYK
0, 38, 26, 0
Luminance
0.4905
Every format
| HEX | #ff9dbd |
| RGB | rgb(255, 157, 189) |
| HSL | hsl(340, 100%, 81%) |
| CMYK | cmyk(0%, 38%, 26%, 0%) |
| LAB | lab(75.5 40.4 -0.9) |
| LCH | lch(75.5 40.4 358.8) |
| OKLCH | oklch(0.804 0.122 359.2) |
Copy-ready code
/* CSS */
color: #ff9dbd;
background-color: #ff9dbd;
/* Tailwind (arbitrary) */
class="text-[#ff9dbd] bg-[#ff9dbd]"
/* SCSS */
$brand: #ff9dbd;
/* SwiftUI */
Color(red: 1.000, green: 0.616, blue: 0.741)
/* Android */
Color.parseColor("#ff9dbd")Accessibility — WCAG contrast
Aa
#ff9dbd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9dbd on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green61.6%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow25.9%
Key (black)0.0%
Color previews
#ff9dbd text on a black background
contrast 10.81:1
Card sample
#ff9dbd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9dbd;
Background color
Panel with #ff9dbd background
background-color: #ff9dbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9dbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 157, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 157, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9dbd; background: linear-gradient(135deg, #ff9dbd, #FFBE9D);