#ffb4b6
a pale, electric red · warm · closest name: pink
RGB
255, 180, 182
HSL
358°, 100%, 85%
CMYK
0, 29, 29, 0
Luminance
0.5728
Every format
| HEX | #ffb4b6 |
| RGB | rgb(255, 180, 182) |
| HSL | hsl(358, 100%, 85%) |
| CMYK | cmyk(0%, 29%, 29%, 0%) |
| LAB | lab(80.3 27.5 9.9) |
| LCH | lch(80.3 29.3 19.9) |
| OKLCH | oklch(0.841 0.088 17.3) |
Copy-ready code
/* CSS */
color: #ffb4b6;
background-color: #ffb4b6;
/* Tailwind (arbitrary) */
class="text-[#ffb4b6] bg-[#ffb4b6]"
/* SCSS */
$brand: #ffb4b6;
/* SwiftUI */
Color(red: 1.000, green: 0.706, blue: 0.714)
/* Android */
Color.parseColor("#ffb4b6")Accessibility — WCAG contrast
Aa
#ffb4b6 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb4b6 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.6%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow28.6%
Key (black)0.0%
Color previews
#ffb4b6 text on a black background
contrast 12.46:1
Card sample
#ffb4b6 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb4b6;
Background color
Panel with #ffb4b6 background
background-color: #ffb4b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb4b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 180, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 180, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb4b6; background: linear-gradient(135deg, #ffb4b6, #FFE4B4);