#f286ab
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 134, 171
HSL
339°, 81%, 74%
CMYK
0, 45, 29, 5
Luminance
0.3887
Every format
| HEX | #f286ab |
| RGB | rgb(242, 134, 171) |
| HSL | hsl(339, 81%, 74%) |
| CMYK | cmyk(0%, 45%, 29%, 5%) |
| LAB | lab(68.7 45.3 -1.1) |
| LCH | lch(68.7 45.3 358.6) |
| OKLCH | oklch(0.748 0.137 359.1) |
Copy-ready code
/* CSS */
color: #f286ab;
background-color: #f286ab;
/* Tailwind (arbitrary) */
class="text-[#f286ab] bg-[#f286ab]"
/* SCSS */
$brand: #f286ab;
/* SwiftUI */
Color(red: 0.949, green: 0.525, blue: 0.671)
/* Android */
Color.parseColor("#f286ab")Accessibility — WCAG contrast
Aa
#f286ab on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f286ab on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow29.3%
Key (black)5.1%
Color previews
#f286ab text on a black background
contrast 8.77:1
Card sample
#f286ab text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f286ab;
Background color
Panel with #f286ab background
background-color: #f286ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f286ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 134, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 134, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f286ab; background: linear-gradient(135deg, #f286ab, #F2A986);