#cf8580
a light, vivid red · warm · closest name: salmon
RGB
207, 133, 128
HSL
4°, 45%, 66%
CMYK
0, 36, 38, 19
Luminance
0.3160
Every format
| HEX | #cf8580 |
| RGB | rgb(207, 133, 128) |
| HSL | hsl(4, 45%, 66%) |
| CMYK | cmyk(0%, 36%, 38%, 19%) |
| LAB | lab(63.0 27.8 14.6) |
| LCH | lch(63.0 31.4 27.6) |
| OKLCH | oklch(0.692 0.092 23.9) |
Copy-ready code
/* CSS */
color: #cf8580;
background-color: #cf8580;
/* Tailwind (arbitrary) */
class="text-[#cf8580] bg-[#cf8580]"
/* SCSS */
$brand: #cf8580;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.502)
/* Android */
Color.parseColor("#cf8580")Accessibility — WCAG contrast
Aa
#cf8580 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8580 on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow38.2%
Key (black)18.8%
Color previews
#cf8580 text on a black background
contrast 7.32:1
Card sample
#cf8580 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8580;
Background color
Panel with #cf8580 background
background-color: #cf8580;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8580;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8580; background: linear-gradient(135deg, #cf8580, #CFBA80);