#ffb2ab
a light, electric red · warm · closest name: pink
RGB
255, 178, 171
HSL
5°, 100%, 84%
CMYK
0, 30, 33, 0
Luminance
0.5604
Every format
| HEX | #ffb2ab |
| RGB | rgb(255, 178, 171) |
| HSL | hsl(5, 100%, 84%) |
| CMYK | cmyk(0%, 30%, 33%, 0%) |
| LAB | lab(79.6 27.2 14.9) |
| LCH | lch(79.6 31.0 28.7) |
| OKLCH | oklch(0.835 0.091 25.0) |
Copy-ready code
/* CSS */
color: #ffb2ab;
background-color: #ffb2ab;
/* Tailwind (arbitrary) */
class="text-[#ffb2ab] bg-[#ffb2ab]"
/* SCSS */
$brand: #ffb2ab;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#ffb2ab")Accessibility — WCAG contrast
Aa
#ffb2ab on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb2ab on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow32.9%
Key (black)0.0%
Color previews
#ffb2ab text on a black background
contrast 12.21:1
Card sample
#ffb2ab text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb2ab;
Background color
Panel with #ffb2ab background
background-color: #ffb2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb2ab; background: linear-gradient(135deg, #ffb2ab, #FFEAAB);