#ffa3b8
a light, electric red · warm · closest name: pink
RGB
255, 163, 184
HSL
346°, 100%, 82%
CMYK
0, 36, 28, 0
Luminance
0.5092
Every format
| HEX | #ffa3b8 |
| RGB | rgb(255, 163, 184) |
| HSL | hsl(346, 100%, 82%) |
| CMYK | cmyk(0%, 36%, 28%, 0%) |
| LAB | lab(76.6 36.7 3.5) |
| LCH | lch(76.6 36.8 5.5) |
| OKLCH | oklch(0.813 0.111 5.0) |
Copy-ready code
/* CSS */
color: #ffa3b8;
background-color: #ffa3b8;
/* Tailwind (arbitrary) */
class="text-[#ffa3b8] bg-[#ffa3b8]"
/* SCSS */
$brand: #ffa3b8;
/* SwiftUI */
Color(red: 1.000, green: 0.639, blue: 0.722)
/* Android */
Color.parseColor("#ffa3b8")Accessibility — WCAG contrast
Aa
#ffa3b8 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa3b8 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.9%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow27.8%
Key (black)0.0%
Color previews
#ffa3b8 text on a black background
contrast 11.18:1
Card sample
#ffa3b8 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa3b8;
Background color
Panel with #ffa3b8 background
background-color: #ffa3b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa3b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 163, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 163, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa3b8; background: linear-gradient(135deg, #ffa3b8, #FFCBA3);