#cf8089
a light, vivid red · warm · closest name: pink
RGB
207, 128, 137
HSL
353°, 45%, 66%
CMYK
0, 38, 34, 19
Luminance
0.3051
Every format
| HEX | #cf8089 |
| RGB | rgb(207, 128, 137) |
| HSL | hsl(353, 45%, 66%) |
| CMYK | cmyk(0%, 38%, 34%, 19%) |
| LAB | lab(62.1 31.6 8.1) |
| LCH | lch(62.1 32.7 14.4) |
| OKLCH | oklch(0.685 0.098 12.6) |
Copy-ready code
/* CSS */
color: #cf8089;
background-color: #cf8089;
/* Tailwind (arbitrary) */
class="text-[#cf8089] bg-[#cf8089]"
/* SCSS */
$brand: #cf8089;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.537)
/* Android */
Color.parseColor("#cf8089")Accessibility — WCAG contrast
Aa
#cf8089 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8089 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow33.8%
Key (black)18.8%
Color previews
#cf8089 text on a black background
contrast 7.10:1
Card sample
#cf8089 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8089;
Background color
Panel with #cf8089 background
background-color: #cf8089;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8089;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8089; background: linear-gradient(135deg, #cf8089, #CFAC80);