#ffa9bc
a light, electric red · warm · closest name: pink
RGB
255, 169, 188
HSL
347°, 100%, 83%
CMYK
0, 34, 26, 0
Luminance
0.5327
Every format
| HEX | #ffa9bc |
| RGB | rgb(255, 169, 188) |
| HSL | hsl(347, 100%, 83%) |
| CMYK | cmyk(0%, 34%, 26%, 0%) |
| LAB | lab(78.0 34.1 3.4) |
| LCH | lch(78.0 34.3 5.7) |
| OKLCH | oklch(0.824 0.103 5.2) |
Copy-ready code
/* CSS */
color: #ffa9bc;
background-color: #ffa9bc;
/* Tailwind (arbitrary) */
class="text-[#ffa9bc] bg-[#ffa9bc]"
/* SCSS */
$brand: #ffa9bc;
/* SwiftUI */
Color(red: 1.000, green: 0.663, blue: 0.737)
/* Android */
Color.parseColor("#ffa9bc")Accessibility — WCAG contrast
Aa
#ffa9bc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa9bc on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow26.3%
Key (black)0.0%
Color previews
#ffa9bc text on a black background
contrast 11.65:1
Card sample
#ffa9bc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa9bc;
Background color
Panel with #ffa9bc background
background-color: #ffa9bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa9bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 169, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 169, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa9bc; background: linear-gradient(135deg, #ffa9bc, #FFCFA9);