#ffa3b2
a light, electric red · warm · closest name: pink
RGB
255, 163, 178
HSL
350°, 100%, 82%
CMYK
0, 36, 30, 0
Luminance
0.5067
Every format
| HEX | #ffa3b2 |
| RGB | rgb(255, 163, 178) |
| HSL | hsl(350, 100%, 82%) |
| CMYK | cmyk(0%, 36%, 30%, 0%) |
| LAB | lab(76.5 35.9 6.6) |
| LCH | lch(76.5 36.5 10.4) |
| OKLCH | oklch(0.811 0.110 9.2) |
Copy-ready code
/* CSS */
color: #ffa3b2;
background-color: #ffa3b2;
/* Tailwind (arbitrary) */
class="text-[#ffa3b2] bg-[#ffa3b2]"
/* SCSS */
$brand: #ffa3b2;
/* SwiftUI */
Color(red: 1.000, green: 0.639, blue: 0.698)
/* Android */
Color.parseColor("#ffa3b2")Accessibility — WCAG contrast
Aa
#ffa3b2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa3b2 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow30.2%
Key (black)0.0%
Color previews
#ffa3b2 text on a black background
contrast 11.13:1
Card sample
#ffa3b2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa3b2;
Background color
Panel with #ffa3b2 background
background-color: #ffa3b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa3b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 163, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 163, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa3b2; background: linear-gradient(135deg, #ffa3b2, #FFD1A3);