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