#f28fad
a light, electric magenta / pink · warm · closest name: pink
RGB
242, 143, 173
HSL
342°, 79%, 76%
CMYK
0, 41, 29, 5
Luminance
0.4154
Every format
| HEX | #f28fad |
| RGB | rgb(242, 143, 173) |
| HSL | hsl(342, 79%, 76%) |
| CMYK | cmyk(0%, 41%, 29%, 5%) |
| LAB | lab(70.5 41.0 0.6) |
| LCH | lch(70.5 41.0 0.8) |
| OKLCH | oklch(0.762 0.124 1.0) |
Copy-ready code
/* CSS */
color: #f28fad;
background-color: #f28fad;
/* Tailwind (arbitrary) */
class="text-[#f28fad] bg-[#f28fad]"
/* SCSS */
$brand: #f28fad;
/* SwiftUI */
Color(red: 0.949, green: 0.561, blue: 0.678)
/* Android */
Color.parseColor("#f28fad")Accessibility — WCAG contrast
Aa
#f28fad on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28fad on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green56.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow28.5%
Key (black)5.1%
Color previews
#f28fad text on a black background
contrast 9.31:1
Card sample
#f28fad text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28fad;
Background color
Panel with #f28fad background
background-color: #f28fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 143, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 143, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28fad; background: linear-gradient(135deg, #f28fad, #F2B38F);