#f286bc
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 134, 188
HSL
330°, 81%, 74%
CMYK
0, 45, 22, 5
Luminance
0.3956
Every format
| HEX | #f286bc |
| RGB | rgb(242, 134, 188) |
| HSL | hsl(330, 81%, 74%) |
| CMYK | cmyk(0%, 45%, 22%, 5%) |
| LAB | lab(69.2 47.6 -9.9) |
| LCH | lch(69.2 48.6 348.3) |
| OKLCH | oklch(0.753 0.145 349.8) |
Copy-ready code
/* CSS */
color: #f286bc;
background-color: #f286bc;
/* Tailwind (arbitrary) */
class="text-[#f286bc] bg-[#f286bc]"
/* SCSS */
$brand: #f286bc;
/* SwiftUI */
Color(red: 0.949, green: 0.525, blue: 0.737)
/* Android */
Color.parseColor("#f286bc")Accessibility — WCAG contrast
Aa
#f286bc on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f286bc on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow22.3%
Key (black)5.1%
Color previews
#f286bc text on a black background
contrast 8.91:1
Card sample
#f286bc text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f286bc;
Background color
Panel with #f286bc background
background-color: #f286bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f286bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 134, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 134, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f286bc; background: linear-gradient(135deg, #f286bc, #F29886);