#ffabaf
a light, electric red · warm · closest name: pink
RGB
255, 171, 175
HSL
357°, 100%, 84%
CMYK
0, 33, 31, 0
Luminance
0.5348
Every format
| HEX | #ffabaf |
| RGB | rgb(255, 171, 175) |
| HSL | hsl(357, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 31%, 0%) |
| LAB | lab(78.2 31.3 10.6) |
| LCH | lch(78.2 33.1 18.7) |
| OKLCH | oklch(0.824 0.099 16.3) |
Copy-ready code
/* CSS */
color: #ffabaf;
background-color: #ffabaf;
/* Tailwind (arbitrary) */
class="text-[#ffabaf] bg-[#ffabaf]"
/* SCSS */
$brand: #ffabaf;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#ffabaf")Accessibility — WCAG contrast
Aa
#ffabaf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffabaf on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow31.4%
Key (black)0.0%
Color previews
#ffabaf text on a black background
contrast 11.70:1
Card sample
#ffabaf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffabaf;
Background color
Panel with #ffabaf background
background-color: #ffabaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffabaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffabaf; background: linear-gradient(135deg, #ffabaf, #FFDFAB);