#cf9ba7
a light, soft red · warm · closest name: pink
RGB
207, 155, 167
HSL
346°, 35%, 71%
CMYK
0, 25, 19, 19
Luminance
0.3950
Every format
| HEX | #cf9ba7 |
| RGB | rgb(207, 155, 167) |
| HSL | hsl(346, 35%, 71%) |
| CMYK | cmyk(0%, 25%, 19%, 19%) |
| LAB | lab(69.1 21.2 1.4) |
| LCH | lch(69.1 21.2 3.6) |
| OKLCH | oklch(0.742 0.064 3.5) |
Copy-ready code
/* CSS */
color: #cf9ba7;
background-color: #cf9ba7;
/* Tailwind (arbitrary) */
class="text-[#cf9ba7] bg-[#cf9ba7]"
/* SCSS */
$brand: #cf9ba7;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.655)
/* Android */
Color.parseColor("#cf9ba7")Accessibility — WCAG contrast
Aa
#cf9ba7 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9ba7 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow19.3%
Key (black)18.8%
Color previews
#cf9ba7 text on a black background
contrast 8.90:1
Card sample
#cf9ba7 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9ba7;
Background color
Panel with #cf9ba7 background
background-color: #cf9ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9ba7; background: linear-gradient(135deg, #cf9ba7, #CFB29B);