#cf8697
a light, soft red · warm · closest name: pink
RGB
207, 134, 151
HSL
346°, 43%, 67%
CMYK
0, 35, 27, 19
Luminance
0.3255
Every format
| HEX | #cf8697 |
| RGB | rgb(207, 134, 151) |
| HSL | hsl(346, 43%, 67%) |
| CMYK | cmyk(0%, 35%, 27%, 19%) |
| LAB | lab(63.8 30.3 2.6) |
| LCH | lch(63.8 30.4 5.0) |
| OKLCH | oklch(0.700 0.092 4.5) |
Copy-ready code
/* CSS */
color: #cf8697;
background-color: #cf8697;
/* Tailwind (arbitrary) */
class="text-[#cf8697] bg-[#cf8697]"
/* SCSS */
$brand: #cf8697;
/* SwiftUI */
Color(red: 0.812, green: 0.525, blue: 0.592)
/* Android */
Color.parseColor("#cf8697")Accessibility — WCAG contrast
Aa
#cf8697 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8697 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.5%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow27.1%
Key (black)18.8%
Color previews
#cf8697 text on a black background
contrast 7.51:1
Card sample
#cf8697 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8697;
Background color
Panel with #cf8697 background
background-color: #cf8697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 134, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 134, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8697; background: linear-gradient(135deg, #cf8697, #CFA686);