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