#cf8596
a light, soft red · warm · closest name: pink
RGB
207, 133, 150
HSL
346°, 44%, 67%
CMYK
0, 36, 28, 19
Luminance
0.3224
Every format
| HEX | #cf8596 |
| RGB | rgb(207, 133, 150) |
| HSL | hsl(346, 44%, 67%) |
| CMYK | cmyk(0%, 36%, 28%, 19%) |
| LAB | lab(63.5 30.7 2.8) |
| LCH | lch(63.5 30.8 5.3) |
| OKLCH | oklch(0.698 0.093 4.8) |
Copy-ready code
/* CSS */
color: #cf8596;
background-color: #cf8596;
/* Tailwind (arbitrary) */
class="text-[#cf8596] bg-[#cf8596]"
/* SCSS */
$brand: #cf8596;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.588)
/* Android */
Color.parseColor("#cf8596")Accessibility — WCAG contrast
Aa
#cf8596 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8596 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow27.5%
Key (black)18.8%
Color previews
#cf8596 text on a black background
contrast 7.45:1
Card sample
#cf8596 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8596;
Background color
Panel with #cf8596 background
background-color: #cf8596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8596; background: linear-gradient(135deg, #cf8596, #CFA585);