#f286cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 134, 207
HSL
319°, 81%, 74%
CMYK
0, 45, 15, 5
Luminance
0.4043
Every format
| HEX | #f286cf |
| RGB | rgb(242, 134, 207) |
| HSL | hsl(319, 81%, 74%) |
| CMYK | cmyk(0%, 45%, 15%, 5%) |
| LAB | lab(69.8 50.4 -19.5) |
| LCH | lch(69.8 54.1 338.9) |
| OKLCH | oklch(0.760 0.157 340.7) |
Copy-ready code
/* CSS */
color: #f286cf;
background-color: #f286cf;
/* Tailwind (arbitrary) */
class="text-[#f286cf] bg-[#f286cf]"
/* SCSS */
$brand: #f286cf;
/* SwiftUI */
Color(red: 0.949, green: 0.525, blue: 0.812)
/* Android */
Color.parseColor("#f286cf")Accessibility — WCAG contrast
Aa
#f286cf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f286cf on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow14.5%
Key (black)5.1%
Color previews
#f286cf text on a black background
contrast 9.09:1
Card sample
#f286cf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f286cf;
Background color
Panel with #f286cf background
background-color: #f286cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f286cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 134, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 134, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f286cf; background: linear-gradient(135deg, #f286cf, #F28687);