#f69f8c
a light, electric red · warm · closest name: salmon
RGB
246, 159, 140
HSL
11°, 86%, 76%
CMYK
0, 35, 43, 4
Luminance
0.4628
Every format
| HEX | #f69f8c |
| RGB | rgb(246, 159, 140) |
| HSL | hsl(11, 86%, 76%) |
| CMYK | cmyk(0%, 35%, 43%, 4%) |
| LAB | lab(73.7 30.2 23.4) |
| LCH | lch(73.7 38.2 37.7) |
| OKLCH | oklch(0.785 0.108 33.0) |
Copy-ready code
/* CSS */
color: #f69f8c;
background-color: #f69f8c;
/* Tailwind (arbitrary) */
class="text-[#f69f8c] bg-[#f69f8c]"
/* SCSS */
$brand: #f69f8c;
/* SwiftUI */
Color(red: 0.965, green: 0.624, blue: 0.549)
/* Android */
Color.parseColor("#f69f8c")Accessibility — WCAG contrast
Aa
#f69f8c on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69f8c on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green62.4%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow43.1%
Key (black)3.5%
Color previews
#f69f8c text on a black background
contrast 10.26:1
Card sample
#f69f8c text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69f8c;
Background color
Panel with #f69f8c background
background-color: #f69f8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69f8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 159, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 159, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69f8c; background: linear-gradient(135deg, #f69f8c, #F6E68C);