#f287cb
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 135, 203
HSL
322°, 81%, 74%
CMYK
0, 44, 16, 5
Luminance
0.4052
Every format
| HEX | #f287cb |
| RGB | rgb(242, 135, 203) |
| HSL | hsl(322, 81%, 74%) |
| CMYK | cmyk(0%, 44%, 16%, 5%) |
| LAB | lab(69.8 49.3 -17.2) |
| LCH | lch(69.8 52.2 340.8) |
| OKLCH | oklch(0.760 0.153 342.6) |
Copy-ready code
/* CSS */
color: #f287cb;
background-color: #f287cb;
/* Tailwind (arbitrary) */
class="text-[#f287cb] bg-[#f287cb]"
/* SCSS */
$brand: #f287cb;
/* SwiftUI */
Color(red: 0.949, green: 0.529, blue: 0.796)
/* Android */
Color.parseColor("#f287cb")Accessibility — WCAG contrast
Aa
#f287cb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f287cb on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta44.2%
Yellow16.1%
Key (black)5.1%
Color previews
#f287cb text on a black background
contrast 9.10:1
Card sample
#f287cb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f287cb;
Background color
Panel with #f287cb background
background-color: #f287cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f287cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 135, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 135, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f287cb; background: linear-gradient(135deg, #f287cb, #F28A87);