#ffbace
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 186, 206
HSL
343°, 100%, 87%
CMYK
0, 27, 19, 0
Luminance
0.6083
Every format
| HEX | #ffbace |
| RGB | rgb(255, 186, 206) |
| HSL | hsl(343, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 19%, 0%) |
| LAB | lab(82.3 27.7 -0.2) |
| LCH | lch(82.3 27.7 359.6) |
| OKLCH | oklch(0.858 0.083 360.0) |
Copy-ready code
/* CSS */
color: #ffbace;
background-color: #ffbace;
/* Tailwind (arbitrary) */
class="text-[#ffbace] bg-[#ffbace]"
/* SCSS */
$brand: #ffbace;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#ffbace")Accessibility — WCAG contrast
Aa
#ffbace on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbace on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow19.2%
Key (black)0.0%
Color previews
#ffbace text on a black background
contrast 13.17:1
Card sample
#ffbace text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbace;
Background color
Panel with #ffbace background
background-color: #ffbace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbace; background: linear-gradient(135deg, #ffbace, #FFD4BA);