#cf8985
a light, soft red · warm · closest name: pink
RGB
207, 137, 133
HSL
3°, 44%, 67%
CMYK
0, 34, 36, 19
Luminance
0.3285
Every format
| HEX | #cf8985 |
| RGB | rgb(207, 137, 133) |
| HSL | hsl(3, 44%, 67%) |
| CMYK | cmyk(0%, 34%, 36%, 19%) |
| LAB | lab(64.0 26.3 13.2) |
| LCH | lch(64.0 29.4 26.6) |
| OKLCH | oklch(0.700 0.087 23.1) |
Copy-ready code
/* CSS */
color: #cf8985;
background-color: #cf8985;
/* Tailwind (arbitrary) */
class="text-[#cf8985] bg-[#cf8985]"
/* SCSS */
$brand: #cf8985;
/* SwiftUI */
Color(red: 0.812, green: 0.537, blue: 0.522)
/* Android */
Color.parseColor("#cf8985")Accessibility — WCAG contrast
Aa
#cf8985 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8985 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.7%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow35.7%
Key (black)18.8%
Color previews
#cf8985 text on a black background
contrast 7.57:1
Card sample
#cf8985 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8985;
Background color
Panel with #cf8985 background
background-color: #cf8985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 137, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 137, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8985; background: linear-gradient(135deg, #cf8985, #CFBA85);