#ffbacb
a pale, electric red · warm · closest name: pink
RGB
255, 186, 203
HSL
345°, 100%, 87%
CMYK
0, 27, 20, 0
Luminance
0.6069
Every format
| HEX | #ffbacb |
| RGB | rgb(255, 186, 203) |
| HSL | hsl(345, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 20%, 0%) |
| LAB | lab(82.2 27.3 1.3) |
| LCH | lch(82.2 27.3 2.8) |
| OKLCH | oklch(0.857 0.082 2.7) |
Copy-ready code
/* CSS */
color: #ffbacb;
background-color: #ffbacb;
/* Tailwind (arbitrary) */
class="text-[#ffbacb] bg-[#ffbacb]"
/* SCSS */
$brand: #ffbacb;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.796)
/* Android */
Color.parseColor("#ffbacb")Accessibility — WCAG contrast
Aa
#ffbacb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbacb on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow20.4%
Key (black)0.0%
Color previews
#ffbacb text on a black background
contrast 13.14:1
Card sample
#ffbacb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbacb;
Background color
Panel with #ffbacb background
background-color: #ffbacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbacb; background: linear-gradient(135deg, #ffbacb, #FFD7BA);