#cf9c97
a light, soft red · warm · closest name: pink
RGB
207, 156, 151
HSL
5°, 37%, 70%
CMYK
0, 25, 27, 19
Luminance
0.3928
Every format
| HEX | #cf9c97 |
| RGB | rgb(207, 156, 151) |
| HSL | hsl(5, 37%, 70%) |
| CMYK | cmyk(0%, 25%, 27%, 19%) |
| LAB | lab(69.0 18.3 10.0) |
| LCH | lch(69.0 20.9 28.7) |
| OKLCH | oklch(0.739 0.062 25.1) |
Copy-ready code
/* CSS */
color: #cf9c97;
background-color: #cf9c97;
/* Tailwind (arbitrary) */
class="text-[#cf9c97] bg-[#cf9c97]"
/* SCSS */
$brand: #cf9c97;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.592)
/* Android */
Color.parseColor("#cf9c97")Accessibility — WCAG contrast
Aa
#cf9c97 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9c97 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow27.1%
Key (black)18.8%
Color previews
#cf9c97 text on a black background
contrast 8.86:1
Card sample
#cf9c97 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9c97;
Background color
Panel with #cf9c97 background
background-color: #cf9c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9c97; background: linear-gradient(135deg, #cf9c97, #CFC197);