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