#cf9da1
a light, soft red · warm · closest name: pink
RGB
207, 157, 161
HSL
355°, 34%, 71%
CMYK
0, 24, 22, 19
Luminance
0.3995
Every format
| HEX | #cf9da1 |
| RGB | rgb(207, 157, 161) |
| HSL | hsl(355, 34%, 71%) |
| CMYK | cmyk(0%, 24%, 22%, 19%) |
| LAB | lab(69.4 19.2 5.2) |
| LCH | lch(69.4 19.9 15.1) |
| OKLCH | oklch(0.744 0.060 13.3) |
Copy-ready code
/* CSS */
color: #cf9da1;
background-color: #cf9da1;
/* Tailwind (arbitrary) */
class="text-[#cf9da1] bg-[#cf9da1]"
/* SCSS */
$brand: #cf9da1;
/* SwiftUI */
Color(red: 0.812, green: 0.616, blue: 0.631)
/* Android */
Color.parseColor("#cf9da1")Accessibility — WCAG contrast
Aa
#cf9da1 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9da1 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.6%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow22.2%
Key (black)18.8%
Color previews
#cf9da1 text on a black background
contrast 8.99:1
Card sample
#cf9da1 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9da1;
Background color
Panel with #cf9da1 background
background-color: #cf9da1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9da1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 157, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 157, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9da1; background: linear-gradient(135deg, #cf9da1, #CFBA9D);