#ff699d
a light, electric magenta / pink · warm · closest name: salmon
RGB
255, 105, 157
HSL
339°, 100%, 71%
CMYK
0, 59, 38, 0
Luminance
0.3380
Every format
| HEX | #ff699d |
| RGB | rgb(255, 105, 157) |
| HSL | hsl(339, 100%, 71%) |
| CMYK | cmyk(0%, 59%, 38%, 0%) |
| LAB | lab(64.8 61.6 1.5) |
| LCH | lch(64.8 61.6 1.4) |
| OKLCH | oklch(0.721 0.188 1.4) |
Copy-ready code
/* CSS */
color: #ff699d;
background-color: #ff699d;
/* Tailwind (arbitrary) */
class="text-[#ff699d] bg-[#ff699d]"
/* SCSS */
$brand: #ff699d;
/* SwiftUI */
Color(red: 1.000, green: 0.412, blue: 0.616)
/* Android */
Color.parseColor("#ff699d")Accessibility — WCAG contrast
Aa
#ff699d on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff699d on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green41.2%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow38.4%
Key (black)0.0%
Color previews
#ff699d text on a black background
contrast 7.76:1
Card sample
#ff699d text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff699d;
Background color
Panel with #ff699d background
background-color: #ff699d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff699d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 105, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 105, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff699d; background: linear-gradient(135deg, #ff699d, #FF9969);