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