#f69293
a light, electric red · warm · closest name: salmon
RGB
246, 146, 147
HSL
359°, 85%, 77%
CMYK
0, 41, 40, 4
Luminance
0.4226
Every format
| HEX | #f69293 |
| RGB | rgb(246, 146, 147) |
| HSL | hsl(359, 85%, 77%) |
| CMYK | cmyk(0%, 41%, 40%, 4%) |
| LAB | lab(71.0 37.8 15.8) |
| LCH | lch(71.0 40.9 22.8) |
| OKLCH | oklch(0.765 0.121 19.6) |
Copy-ready code
/* CSS */
color: #f69293;
background-color: #f69293;
/* Tailwind (arbitrary) */
class="text-[#f69293] bg-[#f69293]"
/* SCSS */
$brand: #f69293;
/* SwiftUI */
Color(red: 0.965, green: 0.573, blue: 0.576)
/* Android */
Color.parseColor("#f69293")Accessibility — WCAG contrast
Aa
#f69293 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69293 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green57.3%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow40.2%
Key (black)3.5%
Color previews
#f69293 text on a black background
contrast 9.45:1
Card sample
#f69293 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69293;
Background color
Panel with #f69293 background
background-color: #f69293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 146, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 146, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69293; background: linear-gradient(135deg, #f69293, #F6D492);