#ffabc0
a light, electric red · warm · closest name: pink
RGB
255, 171, 192
HSL
345°, 100%, 84%
CMYK
0, 33, 25, 0
Luminance
0.5419
Every format
| HEX | #ffabc0 |
| RGB | rgb(255, 171, 192) |
| HSL | hsl(345, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 25%, 0%) |
| LAB | lab(78.6 33.6 2.0) |
| LCH | lch(78.6 33.6 3.4) |
| OKLCH | oklch(0.828 0.102 3.2) |
Copy-ready code
/* CSS */
color: #ffabc0;
background-color: #ffabc0;
/* Tailwind (arbitrary) */
class="text-[#ffabc0] bg-[#ffabc0]"
/* SCSS */
$brand: #ffabc0;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.753)
/* Android */
Color.parseColor("#ffabc0")Accessibility — WCAG contrast
Aa
#ffabc0 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffabc0 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow24.7%
Key (black)0.0%
Color previews
#ffabc0 text on a black background
contrast 11.84:1
Card sample
#ffabc0 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffabc0;
Background color
Panel with #ffabc0 background
background-color: #ffabc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffabc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffabc0; background: linear-gradient(135deg, #ffabc0, #FFCEAB);