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