#ffabb3
a light, electric red · warm · closest name: pink
RGB
255, 171, 179
HSL
354°, 100%, 84%
CMYK
0, 33, 30, 0
Luminance
0.5364
Every format
| HEX | #ffabb3 |
| RGB | rgb(255, 171, 179) |
| HSL | hsl(354, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 30%, 0%) |
| LAB | lab(78.3 31.8 8.6) |
| LCH | lch(78.3 33.0 15.1) |
| OKLCH | oklch(0.825 0.099 13.2) |
Copy-ready code
/* CSS */
color: #ffabb3;
background-color: #ffabb3;
/* Tailwind (arbitrary) */
class="text-[#ffabb3] bg-[#ffabb3]"
/* SCSS */
$brand: #ffabb3;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.702)
/* Android */
Color.parseColor("#ffabb3")Accessibility — WCAG contrast
Aa
#ffabb3 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffabb3 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow29.8%
Key (black)0.0%
Color previews
#ffabb3 text on a black background
contrast 11.73:1
Card sample
#ffabb3 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffabb3;
Background color
Panel with #ffabb3 background
background-color: #ffabb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffabb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffabb3; background: linear-gradient(135deg, #ffabb3, #FFDBAB);