#f68898
a light, electric red · warm · closest name: salmon
RGB
246, 136, 152
HSL
351°, 86%, 75%
CMYK
0, 45, 38, 4
Luminance
0.3947
Every format
| HEX | #f68898 |
| RGB | rgb(246, 136, 152) |
| HSL | hsl(351, 86%, 75%) |
| CMYK | cmyk(0%, 45%, 38%, 4%) |
| LAB | lab(69.1 43.4 10.3) |
| LCH | lch(69.1 44.6 13.3) |
| OKLCH | oklch(0.750 0.134 11.6) |
Copy-ready code
/* CSS */
color: #f68898;
background-color: #f68898;
/* Tailwind (arbitrary) */
class="text-[#f68898] bg-[#f68898]"
/* SCSS */
$brand: #f68898;
/* SwiftUI */
Color(red: 0.965, green: 0.533, blue: 0.596)
/* Android */
Color.parseColor("#f68898")Accessibility — WCAG contrast
Aa
#f68898 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68898 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green53.3%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow38.2%
Key (black)3.5%
Color previews
#f68898 text on a black background
contrast 8.89:1
Card sample
#f68898 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68898;
Background color
Panel with #f68898 background
background-color: #f68898;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68898;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 136, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 136, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68898; background: linear-gradient(135deg, #f68898, #F6C188);