#ffa3bd
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 163, 189
HSL
343°, 100%, 82%
CMYK
0, 36, 26, 0
Luminance
0.5113
Every format
| HEX | #ffa3bd |
| RGB | rgb(255, 163, 189) |
| HSL | hsl(343, 100%, 82%) |
| CMYK | cmyk(0%, 36%, 26%, 0%) |
| LAB | lab(76.8 37.3 1.0) |
| LCH | lch(76.8 37.3 1.5) |
| OKLCH | oklch(0.814 0.113 1.6) |
Copy-ready code
/* CSS */
color: #ffa3bd;
background-color: #ffa3bd;
/* Tailwind (arbitrary) */
class="text-[#ffa3bd] bg-[#ffa3bd]"
/* SCSS */
$brand: #ffa3bd;
/* SwiftUI */
Color(red: 1.000, green: 0.639, blue: 0.741)
/* Android */
Color.parseColor("#ffa3bd")Accessibility — WCAG contrast
Aa
#ffa3bd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa3bd on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.9%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow25.9%
Key (black)0.0%
Color previews
#ffa3bd text on a black background
contrast 11.23:1
Card sample
#ffa3bd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa3bd;
Background color
Panel with #ffa3bd background
background-color: #ffa3bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa3bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 163, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 163, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa3bd; background: linear-gradient(135deg, #ffa3bd, #FFC6A3);