#ffbad7
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 186, 215
HSL
335°, 100%, 87%
CMYK
0, 27, 16, 0
Luminance
0.6128
Every format
| HEX | #ffbad7 |
| RGB | rgb(255, 186, 215) |
| HSL | hsl(335, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 16%, 0%) |
| LAB | lab(82.5 29.1 -4.7) |
| LCH | lch(82.5 29.5 350.9) |
| OKLCH | oklch(0.861 0.087 352.1) |
Copy-ready code
/* CSS */
color: #ffbad7;
background-color: #ffbad7;
/* Tailwind (arbitrary) */
class="text-[#ffbad7] bg-[#ffbad7]"
/* SCSS */
$brand: #ffbad7;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.843)
/* Android */
Color.parseColor("#ffbad7")Accessibility — WCAG contrast
Aa
#ffbad7 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbad7 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow15.7%
Key (black)0.0%
Color previews
#ffbad7 text on a black background
contrast 13.26:1
Card sample
#ffbad7 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbad7;
Background color
Panel with #ffbad7 background
background-color: #ffbad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbad7; background: linear-gradient(135deg, #ffbad7, #FFCBBA);