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