#f286cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 134, 205
HSL
321°, 81%, 74%
CMYK
0, 45, 15, 5
Luminance
0.4034
Every format
| HEX | #f286cd |
| RGB | rgb(242, 134, 205) |
| HSL | hsl(321, 81%, 74%) |
| CMYK | cmyk(0%, 45%, 15%, 5%) |
| LAB | lab(69.7 50.1 -18.5) |
| LCH | lch(69.7 53.4 339.7) |
| OKLCH | oklch(0.759 0.156 341.6) |
Copy-ready code
/* CSS */
color: #f286cd;
background-color: #f286cd;
/* Tailwind (arbitrary) */
class="text-[#f286cd] bg-[#f286cd]"
/* SCSS */
$brand: #f286cd;
/* SwiftUI */
Color(red: 0.949, green: 0.525, blue: 0.804)
/* Android */
Color.parseColor("#f286cd")Accessibility — WCAG contrast
Aa
#f286cd on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f286cd on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow15.3%
Key (black)5.1%
Color previews
#f286cd text on a black background
contrast 9.07:1
Card sample
#f286cd text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f286cd;
Background color
Panel with #f286cd background
background-color: #f286cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f286cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 134, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 134, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f286cd; background: linear-gradient(135deg, #f286cd, #F28786);