#ff696c
a light, electric red · warm · closest name: salmon
RGB
255, 105, 108
HSL
359°, 100%, 71%
CMYK
0, 59, 58, 0
Luminance
0.3245
Every format
| HEX | #ff696c |
| RGB | rgb(255, 105, 108) |
| HSL | hsl(359, 100%, 71%) |
| CMYK | cmyk(0%, 59%, 58%, 0%) |
| LAB | lab(63.7 57.3 27.9) |
| LCH | lch(63.7 63.8 26.0) |
| OKLCH | oklch(0.709 0.183 21.8) |
Copy-ready code
/* CSS */
color: #ff696c;
background-color: #ff696c;
/* Tailwind (arbitrary) */
class="text-[#ff696c] bg-[#ff696c]"
/* SCSS */
$brand: #ff696c;
/* SwiftUI */
Color(red: 1.000, green: 0.412, blue: 0.424)
/* Android */
Color.parseColor("#ff696c")Accessibility — WCAG contrast
Aa
#ff696c on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff696c on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green41.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow57.6%
Key (black)0.0%
Color previews
#ff696c text on a black background
contrast 7.49:1
Card sample
#ff696c text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff696c;
Background color
Panel with #ff696c background
background-color: #ff696c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff696c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 105, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 105, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff696c; background: linear-gradient(135deg, #ff696c, #FFCA69);