#ffafb9
a light, electric red · warm · closest name: pink
RGB
255, 175, 185
HSL
353°, 100%, 84%
CMYK
0, 31, 28, 0
Luminance
0.5542
Every format
| HEX | #ffafb9 |
| RGB | rgb(255, 175, 185) |
| HSL | hsl(353, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 28%, 0%) |
| LAB | lab(79.3 30.5 6.8) |
| LCH | lch(79.3 31.3 12.6) |
| OKLCH | oklch(0.833 0.094 11.1) |
Copy-ready code
/* CSS */
color: #ffafb9;
background-color: #ffafb9;
/* Tailwind (arbitrary) */
class="text-[#ffafb9] bg-[#ffafb9]"
/* SCSS */
$brand: #ffafb9;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.725)
/* Android */
Color.parseColor("#ffafb9")Accessibility — WCAG contrast
Aa
#ffafb9 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffafb9 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow27.5%
Key (black)0.0%
Color previews
#ffafb9 text on a black background
contrast 12.08:1
Card sample
#ffafb9 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffafb9;
Background color
Panel with #ffafb9 background
background-color: #ffafb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffafb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffafb9; background: linear-gradient(135deg, #ffafb9, #FFDAAF);