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