#ffabba
a light, electric red · warm · closest name: pink
RGB
255, 171, 186
HSL
349°, 100%, 84%
CMYK
0, 33, 27, 0
Luminance
0.5393
Every format
| HEX | #ffabba |
| RGB | rgb(255, 171, 186) |
| HSL | hsl(349, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 27%, 0%) |
| LAB | lab(78.4 32.8 5.0) |
| LCH | lch(78.4 33.1 8.7) |
| OKLCH | oklch(0.827 0.100 7.8) |
Copy-ready code
/* CSS */
color: #ffabba;
background-color: #ffabba;
/* Tailwind (arbitrary) */
class="text-[#ffabba] bg-[#ffabba]"
/* SCSS */
$brand: #ffabba;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.729)
/* Android */
Color.parseColor("#ffabba")Accessibility — WCAG contrast
Aa
#ffabba on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffabba on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow27.1%
Key (black)0.0%
Color previews
#ffabba text on a black background
contrast 11.79:1
Card sample
#ffabba text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffabba;
Background color
Panel with #ffabba background
background-color: #ffabba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffabba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffabba; background: linear-gradient(135deg, #ffabba, #FFD4AB);