#f28cba
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 140, 186
HSL
333°, 80%, 75%
CMYK
0, 42, 23, 5
Luminance
0.4118
Every format
| HEX | #f28cba |
| RGB | rgb(242, 140, 186) |
| HSL | hsl(333, 80%, 75%) |
| CMYK | cmyk(0%, 42%, 23%, 5%) |
| LAB | lab(70.3 44.3 -7.0) |
| LCH | lch(70.3 44.9 351.0) |
| OKLCH | oklch(0.761 0.134 352.3) |
Copy-ready code
/* CSS */
color: #f28cba;
background-color: #f28cba;
/* Tailwind (arbitrary) */
class="text-[#f28cba] bg-[#f28cba]"
/* SCSS */
$brand: #f28cba;
/* SwiftUI */
Color(red: 0.949, green: 0.549, blue: 0.729)
/* Android */
Color.parseColor("#f28cba")Accessibility — WCAG contrast
Aa
#f28cba on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28cba on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green54.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow23.1%
Key (black)5.1%
Color previews
#f28cba text on a black background
contrast 9.24:1
Card sample
#f28cba text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28cba;
Background color
Panel with #f28cba background
background-color: #f28cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 140, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 140, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28cba; background: linear-gradient(135deg, #f28cba, #F2A28C);