#ffbac0
a pale, electric red · warm · closest name: pink
RGB
255, 186, 192
HSL
355°, 100%, 87%
CMYK
0, 27, 25, 0
Luminance
0.6018
Every format
| HEX | #ffbac0 |
| RGB | rgb(255, 186, 192) |
| HSL | hsl(355, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 25%, 0%) |
| LAB | lab(81.9 25.7 6.8) |
| LCH | lch(81.9 26.6 14.9) |
| OKLCH | oklch(0.854 0.080 13.1) |
Copy-ready code
/* CSS */
color: #ffbac0;
background-color: #ffbac0;
/* Tailwind (arbitrary) */
class="text-[#ffbac0] bg-[#ffbac0]"
/* SCSS */
$brand: #ffbac0;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.753)
/* Android */
Color.parseColor("#ffbac0")Accessibility — WCAG contrast
Aa
#ffbac0 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbac0 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow24.7%
Key (black)0.0%
Color previews
#ffbac0 text on a black background
contrast 13.04:1
Card sample
#ffbac0 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbac0;
Background color
Panel with #ffbac0 background
background-color: #ffbac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbac0; background: linear-gradient(135deg, #ffbac0, #FFE2BA);