#f28da2
a light, electric red · warm · closest name: pink
RGB
242, 141, 162
HSL
348°, 80%, 75%
CMYK
0, 42, 33, 5
Luminance
0.4054
Every format
| HEX | #f28da2 |
| RGB | rgb(242, 141, 162) |
| HSL | hsl(348, 80%, 75%) |
| CMYK | cmyk(0%, 42%, 33%, 5%) |
| LAB | lab(69.8 40.6 5.7) |
| LCH | lch(69.8 41.0 8.0) |
| OKLCH | oklch(0.756 0.124 7.1) |
Copy-ready code
/* CSS */
color: #f28da2;
background-color: #f28da2;
/* Tailwind (arbitrary) */
class="text-[#f28da2] bg-[#f28da2]"
/* SCSS */
$brand: #f28da2;
/* SwiftUI */
Color(red: 0.949, green: 0.553, blue: 0.635)
/* Android */
Color.parseColor("#f28da2")Accessibility — WCAG contrast
Aa
#f28da2 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28da2 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green55.3%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow33.1%
Key (black)5.1%
Color previews
#f28da2 text on a black background
contrast 9.11:1
Card sample
#f28da2 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28da2;
Background color
Panel with #f28da2 background
background-color: #f28da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 141, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 141, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28da2; background: linear-gradient(135deg, #f28da2, #F2BB8D);