#cf9596
a light, soft red · warm · closest name: pink
RGB
207, 149, 150
HSL
359°, 38%, 70%
CMYK
0, 28, 28, 19
Luminance
0.3696
Every format
| HEX | #cf9596 |
| RGB | rgb(207, 149, 150) |
| HSL | hsl(359, 38%, 70%) |
| CMYK | cmyk(0%, 28%, 28%, 19%) |
| LAB | lab(67.3 22.0 8.2) |
| LCH | lch(67.3 23.4 20.4) |
| OKLCH | oklch(0.726 0.070 17.8) |
Copy-ready code
/* CSS */
color: #cf9596;
background-color: #cf9596;
/* Tailwind (arbitrary) */
class="text-[#cf9596] bg-[#cf9596]"
/* SCSS */
$brand: #cf9596;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.588)
/* Android */
Color.parseColor("#cf9596")Accessibility — WCAG contrast
Aa
#cf9596 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9596 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow27.5%
Key (black)18.8%
Color previews
#cf9596 text on a black background
contrast 8.39:1
Card sample
#cf9596 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9596;
Background color
Panel with #cf9596 background
background-color: #cf9596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9596; background: linear-gradient(135deg, #cf9596, #CFBB95);