#f26296
a light, electric magenta / pink · warm · closest name: salmon
RGB
242, 98, 150
HSL
338°, 85%, 67%
CMYK
0, 60, 38, 5
Luminance
0.2981
Every format
| HEX | #f26296 |
| RGB | rgb(242, 98, 150) |
| HSL | hsl(338, 85%, 67%) |
| CMYK | cmyk(0%, 60%, 38%, 5%) |
| LAB | lab(61.5 59.9 0.4) |
| LCH | lch(61.5 59.9 0.4) |
| OKLCH | oklch(0.692 0.183 0.6) |
Copy-ready code
/* CSS */
color: #f26296;
background-color: #f26296;
/* Tailwind (arbitrary) */
class="text-[#f26296] bg-[#f26296]"
/* SCSS */
$brand: #f26296;
/* SwiftUI */
Color(red: 0.949, green: 0.384, blue: 0.588)
/* Android */
Color.parseColor("#f26296")Accessibility — WCAG contrast
Aa
#f26296 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f26296 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green38.4%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow38.0%
Key (black)5.1%
Color previews
#f26296 text on a black background
contrast 6.96:1
Card sample
#f26296 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f26296;
Background color
Panel with #f26296 background
background-color: #f26296;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f26296;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 98, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 98, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f26296; background: linear-gradient(135deg, #f26296, #F28E62);