#ffbadf
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 186, 223
HSL
328°, 100%, 87%
CMYK
0, 27, 13, 0
Luminance
0.6171
Every format
| HEX | #ffbadf |
| RGB | rgb(255, 186, 223) |
| HSL | hsl(328, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 13%, 0%) |
| LAB | lab(82.8 30.4 -8.6) |
| LCH | lch(82.8 31.6 344.2) |
| OKLCH | oklch(0.863 0.092 345.8) |
Copy-ready code
/* CSS */
color: #ffbadf;
background-color: #ffbadf;
/* Tailwind (arbitrary) */
class="text-[#ffbadf] bg-[#ffbadf]"
/* SCSS */
$brand: #ffbadf;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.875)
/* Android */
Color.parseColor("#ffbadf")Accessibility — WCAG contrast
Aa
#ffbadf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbadf on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow12.5%
Key (black)0.0%
Color previews
#ffbadf text on a black background
contrast 13.34:1
Card sample
#ffbadf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbadf;
Background color
Panel with #ffbadf background
background-color: #ffbadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbadf; background: linear-gradient(135deg, #ffbadf, #FFC3BA);