#ffbcab
a light, electric red · warm · closest name: pink
RGB
255, 188, 171
HSL
12°, 100%, 84%
CMYK
0, 26, 33, 0
Luminance
0.6017
Every format
| HEX | #ffbcab |
| RGB | rgb(255, 188, 171) |
| HSL | hsl(12, 100%, 84%) |
| CMYK | cmyk(0%, 26%, 33%, 0%) |
| LAB | lab(81.9 21.9 18.1) |
| LCH | lch(81.9 28.4 39.5) |
| OKLCH | oklch(0.853 0.082 34.7) |
Copy-ready code
/* CSS */
color: #ffbcab;
background-color: #ffbcab;
/* Tailwind (arbitrary) */
class="text-[#ffbcab] bg-[#ffbcab]"
/* SCSS */
$brand: #ffbcab;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.671)
/* Android */
Color.parseColor("#ffbcab")Accessibility — WCAG contrast
Aa
#ffbcab on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbcab on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow32.9%
Key (black)0.0%
Color previews
#ffbcab text on a black background
contrast 13.03:1
Card sample
#ffbcab text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbcab;
Background color
Panel with #ffbcab background
background-color: #ffbcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbcab; background: linear-gradient(135deg, #ffbcab, #FFF4AB);