#f2829d
a light, electric red · warm · closest name: salmon
RGB
242, 130, 157
HSL
346°, 81%, 73%
CMYK
0, 46, 35, 5
Luminance
0.3728
Every format
| HEX | #f2829d |
| RGB | rgb(242, 130, 157) |
| HSL | hsl(346, 81%, 73%) |
| CMYK | cmyk(0%, 46%, 35%, 5%) |
| LAB | lab(67.5 45.6 5.1) |
| LCH | lch(67.5 45.9 6.4) |
| OKLCH | oklch(0.738 0.139 5.7) |
Copy-ready code
/* CSS */
color: #f2829d;
background-color: #f2829d;
/* Tailwind (arbitrary) */
class="text-[#f2829d] bg-[#f2829d]"
/* SCSS */
$brand: #f2829d;
/* SwiftUI */
Color(red: 0.949, green: 0.510, blue: 0.616)
/* Android */
Color.parseColor("#f2829d")Accessibility — WCAG contrast
Aa
#f2829d on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2829d on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green51.0%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow35.1%
Key (black)5.1%
Color previews
#f2829d text on a black background
contrast 8.46:1
Card sample
#f2829d text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2829d;
Background color
Panel with #f2829d background
background-color: #f2829d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2829d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 130, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 130, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2829d; background: linear-gradient(135deg, #f2829d, #F2B182);