#ff698c
a light, electric red · warm · closest name: salmon
RGB
255, 105, 140
HSL
346°, 100%, 71%
CMYK
0, 59, 45, 0
Luminance
0.3326
Every format
| HEX | #ff698c |
| RGB | rgb(255, 105, 140) |
| HSL | hsl(346, 100%, 71%) |
| CMYK | cmyk(0%, 59%, 45%, 0%) |
| LAB | lab(64.4 59.9 10.6) |
| LCH | lch(64.4 60.9 10.0) |
| OKLCH | oklch(0.716 0.184 8.6) |
Copy-ready code
/* CSS */
color: #ff698c;
background-color: #ff698c;
/* Tailwind (arbitrary) */
class="text-[#ff698c] bg-[#ff698c]"
/* SCSS */
$brand: #ff698c;
/* SwiftUI */
Color(red: 1.000, green: 0.412, blue: 0.549)
/* Android */
Color.parseColor("#ff698c")Accessibility — WCAG contrast
Aa
#ff698c on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff698c on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green41.2%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow45.1%
Key (black)0.0%
Color previews
#ff698c text on a black background
contrast 7.65:1
Card sample
#ff698c text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff698c;
Background color
Panel with #ff698c background
background-color: #ff698c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff698c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 105, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 105, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff698c; background: linear-gradient(135deg, #ff698c, #FFAA69);