#f28daf
a light, electric magenta / pink · warm · closest name: pink
RGB
242, 141, 175
HSL
340°, 80%, 75%
CMYK
0, 42, 28, 5
Luminance
0.4102
Every format
| HEX | #f28daf |
| RGB | rgb(242, 141, 175) |
| HSL | hsl(340, 80%, 75%) |
| CMYK | cmyk(0%, 42%, 28%, 5%) |
| LAB | lab(70.2 42.3 -1.1) |
| LCH | lch(70.2 42.3 358.6) |
| OKLCH | oklch(0.760 0.128 359.0) |
Copy-ready code
/* CSS */
color: #f28daf;
background-color: #f28daf;
/* Tailwind (arbitrary) */
class="text-[#f28daf] bg-[#f28daf]"
/* SCSS */
$brand: #f28daf;
/* SwiftUI */
Color(red: 0.949, green: 0.553, blue: 0.686)
/* Android */
Color.parseColor("#f28daf")Accessibility — WCAG contrast
Aa
#f28daf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28daf on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green55.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow27.7%
Key (black)5.1%
Color previews
#f28daf text on a black background
contrast 9.20:1
Card sample
#f28daf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28daf;
Background color
Panel with #f28daf background
background-color: #f28daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 141, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 141, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28daf; background: linear-gradient(135deg, #f28daf, #F2AE8D);