#ffb9d8
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 185, 216
HSL
333°, 100%, 86%
CMYK
0, 28, 15, 0
Luminance
0.6092
Every format
| HEX | #ffb9d8 |
| RGB | rgb(255, 185, 216) |
| HSL | hsl(333, 100%, 86%) |
| CMYK | cmyk(0%, 28%, 15%, 0%) |
| LAB | lab(82.3 29.8 -5.5) |
| LCH | lch(82.3 30.3 349.6) |
| OKLCH | oklch(0.859 0.089 350.9) |
Copy-ready code
/* CSS */
color: #ffb9d8;
background-color: #ffb9d8;
/* Tailwind (arbitrary) */
class="text-[#ffb9d8] bg-[#ffb9d8]"
/* SCSS */
$brand: #ffb9d8;
/* SwiftUI */
Color(red: 1.000, green: 0.725, blue: 0.847)
/* Android */
Color.parseColor("#ffb9d8")Accessibility — WCAG contrast
Aa
#ffb9d8 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb9d8 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.5%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow15.3%
Key (black)0.0%
Color previews
#ffb9d8 text on a black background
contrast 13.18:1
Card sample
#ffb9d8 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb9d8;
Background color
Panel with #ffb9d8 background
background-color: #ffb9d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb9d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 185, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 185, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb9d8; background: linear-gradient(135deg, #ffb9d8, #FFC9B9);