#ffb0ab
a light, electric red · warm · closest name: pink
RGB
255, 176, 171
HSL
4°, 100%, 84%
CMYK
0, 31, 33, 0
Luminance
0.5525
Every format
| HEX | #ffb0ab |
| RGB | rgb(255, 176, 171) |
| HSL | hsl(4, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 33%, 0%) |
| LAB | lab(79.2 28.2 14.3) |
| LCH | lch(79.2 31.6 26.8) |
| OKLCH | oklch(0.831 0.093 23.3) |
Copy-ready code
/* CSS */
color: #ffb0ab;
background-color: #ffb0ab;
/* Tailwind (arbitrary) */
class="text-[#ffb0ab] bg-[#ffb0ab]"
/* SCSS */
$brand: #ffb0ab;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.671)
/* Android */
Color.parseColor("#ffb0ab")Accessibility — WCAG contrast
Aa
#ffb0ab on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb0ab on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow32.9%
Key (black)0.0%
Color previews
#ffb0ab text on a black background
contrast 12.05:1
Card sample
#ffb0ab text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb0ab;
Background color
Panel with #ffb0ab background
background-color: #ffb0ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb0ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb0ab; background: linear-gradient(135deg, #ffb0ab, #FFE8AB);