#ff82ba
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 130, 186
HSL
333°, 100%, 76%
CMYK
0, 49, 27, 0
Luminance
0.4077
Every format
| HEX | #ff82ba |
| RGB | rgb(255, 130, 186) |
| HSL | hsl(333, 100%, 76%) |
| CMYK | cmyk(0%, 49%, 27%, 0%) |
| LAB | lab(70.0 53.5 -7.3) |
| LCH | lch(70.0 54.0 352.3) |
| OKLCH | oklch(0.763 0.163 353.5) |
Copy-ready code
/* CSS */
color: #ff82ba;
background-color: #ff82ba;
/* Tailwind (arbitrary) */
class="text-[#ff82ba] bg-[#ff82ba]"
/* SCSS */
$brand: #ff82ba;
/* SwiftUI */
Color(red: 1.000, green: 0.510, blue: 0.729)
/* Android */
Color.parseColor("#ff82ba")Accessibility — WCAG contrast
Aa
#ff82ba on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff82ba on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow27.1%
Key (black)0.0%
Color previews
#ff82ba text on a black background
contrast 9.15:1
Card sample
#ff82ba text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff82ba;
Background color
Panel with #ff82ba background
background-color: #ff82ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff82ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 130, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 130, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff82ba; background: linear-gradient(135deg, #ff82ba, #FF9D82);