#f69887
a light, electric red · warm · closest name: salmon
RGB
246, 152, 135
HSL
9°, 86%, 75%
CMYK
0, 38, 45, 4
Luminance
0.4380
Every format
| HEX | #f69887 |
| RGB | rgb(246, 152, 135) |
| HSL | hsl(9, 86%, 75%) |
| CMYK | cmyk(0%, 38%, 45%, 4%) |
| LAB | lab(72.1 33.4 23.9) |
| LCH | lch(72.1 41.0 35.6) |
| OKLCH | oklch(0.772 0.117 31.0) |
Copy-ready code
/* CSS */
color: #f69887;
background-color: #f69887;
/* Tailwind (arbitrary) */
class="text-[#f69887] bg-[#f69887]"
/* SCSS */
$brand: #f69887;
/* SwiftUI */
Color(red: 0.965, green: 0.596, blue: 0.529)
/* Android */
Color.parseColor("#f69887")Accessibility — WCAG contrast
Aa
#f69887 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69887 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.6%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow45.1%
Key (black)3.5%
Color previews
#f69887 text on a black background
contrast 9.76:1
Card sample
#f69887 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69887;
Background color
Panel with #f69887 background
background-color: #f69887;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69887;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 152, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 152, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69887; background: linear-gradient(135deg, #f69887, #F6E287);