#f28ab2
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 138, 178
HSL
337°, 80%, 75%
CMYK
0, 43, 26, 5
Luminance
0.4027
Every format
| HEX | #f28ab2 |
| RGB | rgb(242, 138, 178) |
| HSL | hsl(337, 80%, 75%) |
| CMYK | cmyk(0%, 43%, 26%, 5%) |
| LAB | lab(69.7 44.2 -3.5) |
| LCH | lch(69.7 44.4 355.5) |
| OKLCH | oklch(0.756 0.134 356.3) |
Copy-ready code
/* CSS */
color: #f28ab2;
background-color: #f28ab2;
/* Tailwind (arbitrary) */
class="text-[#f28ab2] bg-[#f28ab2]"
/* SCSS */
$brand: #f28ab2;
/* SwiftUI */
Color(red: 0.949, green: 0.541, blue: 0.698)
/* Android */
Color.parseColor("#f28ab2")Accessibility — WCAG contrast
Aa
#f28ab2 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28ab2 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green54.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow26.4%
Key (black)5.1%
Color previews
#f28ab2 text on a black background
contrast 9.05:1
Card sample
#f28ab2 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28ab2;
Background color
Panel with #f28ab2 background
background-color: #f28ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 138, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 138, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28ab2; background: linear-gradient(135deg, #f28ab2, #F2A78A);