#ffa9b3
a light, electric red · warm · closest name: pink
RGB
255, 169, 179
HSL
353°, 100%, 83%
CMYK
0, 34, 30, 0
Luminance
0.5289
Every format
| HEX | #ffa9b3 |
| RGB | rgb(255, 169, 179) |
| HSL | hsl(353, 100%, 83%) |
| CMYK | cmyk(0%, 34%, 30%, 0%) |
| LAB | lab(77.8 32.9 8.0) |
| LCH | lch(77.8 33.8 13.6) |
| OKLCH | oklch(0.821 0.102 11.9) |
Copy-ready code
/* CSS */
color: #ffa9b3;
background-color: #ffa9b3;
/* Tailwind (arbitrary) */
class="text-[#ffa9b3] bg-[#ffa9b3]"
/* SCSS */
$brand: #ffa9b3;
/* SwiftUI */
Color(red: 1.000, green: 0.663, blue: 0.702)
/* Android */
Color.parseColor("#ffa9b3")Accessibility — WCAG contrast
Aa
#ffa9b3 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa9b3 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow29.8%
Key (black)0.0%
Color previews
#ffa9b3 text on a black background
contrast 11.58:1
Card sample
#ffa9b3 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa9b3;
Background color
Panel with #ffa9b3 background
background-color: #ffa9b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa9b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 169, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 169, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa9b3; background: linear-gradient(135deg, #ffa9b3, #FFD8A9);