#cf697b
a balanced, vivid red · warm · closest name: salmon
RGB
207, 105, 123
HSL
349°, 52%, 61%
CMYK
0, 49, 41, 19
Luminance
0.2480
Every format
| HEX | #cf697b |
| RGB | rgb(207, 105, 123) |
| HSL | hsl(349, 52%, 61%) |
| CMYK | cmyk(0%, 49%, 41%, 19%) |
| LAB | lab(56.9 42.0 8.8) |
| LCH | lch(56.9 43.0 11.8) |
| OKLCH | oklch(0.645 0.130 10.3) |
Copy-ready code
/* CSS */
color: #cf697b;
background-color: #cf697b;
/* Tailwind (arbitrary) */
class="text-[#cf697b] bg-[#cf697b]"
/* SCSS */
$brand: #cf697b;
/* SwiftUI */
Color(red: 0.812, green: 0.412, blue: 0.482)
/* Android */
Color.parseColor("#cf697b")Accessibility — WCAG contrast
Aa
#cf697b on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf697b on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.2%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow40.6%
Key (black)18.8%
Color previews
#cf697b text on a black background
contrast 5.96:1
Card sample
#cf697b text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf697b;
Background color
Panel with #cf697b background
background-color: #cf697b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf697b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 105, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 105, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf697b; background: linear-gradient(135deg, #cf697b, #CF9B69);