#ffbcb2
a light, electric red · warm · closest name: pink
RGB
255, 188, 178
HSL
8°, 100%, 85%
CMYK
0, 26, 30, 0
Luminance
0.6044
Every format
| HEX | #ffbcb2 |
| RGB | rgb(255, 188, 178) |
| HSL | hsl(8, 100%, 85%) |
| CMYK | cmyk(0%, 26%, 30%, 0%) |
| LAB | lab(82.1 22.8 14.6) |
| LCH | lch(82.1 27.1 32.6) |
| OKLCH | oklch(0.854 0.079 28.4) |
Copy-ready code
/* CSS */
color: #ffbcb2;
background-color: #ffbcb2;
/* Tailwind (arbitrary) */
class="text-[#ffbcb2] bg-[#ffbcb2]"
/* SCSS */
$brand: #ffbcb2;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.698)
/* Android */
Color.parseColor("#ffbcb2")Accessibility — WCAG contrast
Aa
#ffbcb2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbcb2 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow30.2%
Key (black)0.0%
Color previews
#ffbcb2 text on a black background
contrast 13.09:1
Card sample
#ffbcb2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbcb2;
Background color
Panel with #ffbcb2 background
background-color: #ffbcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbcb2; background: linear-gradient(135deg, #ffbcb2, #FFEFB2);