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