#cf9b95
a light, soft red · warm · closest name: pink
RGB
207, 155, 149
HSL
6°, 38%, 70%
CMYK
0, 25, 28, 19
Luminance
0.3888
Every format
| HEX | #cf9b95 |
| RGB | rgb(207, 155, 149) |
| HSL | hsl(6, 38%, 70%) |
| CMYK | cmyk(0%, 25%, 28%, 19%) |
| LAB | lab(68.7 18.5 10.7) |
| LCH | lch(68.7 21.4 30.0) |
| OKLCH | oklch(0.737 0.063 26.2) |
Copy-ready code
/* CSS */
color: #cf9b95;
background-color: #cf9b95;
/* Tailwind (arbitrary) */
class="text-[#cf9b95] bg-[#cf9b95]"
/* SCSS */
$brand: #cf9b95;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.584)
/* Android */
Color.parseColor("#cf9b95")Accessibility — WCAG contrast
Aa
#cf9b95 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9b95 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow28.0%
Key (black)18.8%
Color previews
#cf9b95 text on a black background
contrast 8.78:1
Card sample
#cf9b95 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9b95;
Background color
Panel with #cf9b95 background
background-color: #cf9b95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9b95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9b95; background: linear-gradient(135deg, #cf9b95, #CFC295);