#cf8484
a light, soft red · warm · closest name: pink
RGB
207, 132, 132
HSL
0°, 44%, 67%
CMYK
0, 36, 36, 19
Luminance
0.3143
Every format
| HEX | #cf8484 |
| RGB | rgb(207, 132, 132) |
| HSL | hsl(0, 44%, 67%) |
| CMYK | cmyk(0%, 36%, 36%, 19%) |
| LAB | lab(62.9 28.9 12.1) |
| LCH | lch(62.9 31.3 22.8) |
| OKLCH | oklch(0.691 0.093 19.7) |
Copy-ready code
/* CSS */
color: #cf8484;
background-color: #cf8484;
/* Tailwind (arbitrary) */
class="text-[#cf8484] bg-[#cf8484]"
/* SCSS */
$brand: #cf8484;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.518)
/* Android */
Color.parseColor("#cf8484")Accessibility — WCAG contrast
Aa
#cf8484 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8484 on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.8%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow36.2%
Key (black)18.8%
Color previews
#cf8484 text on a black background
contrast 7.29:1
Card sample
#cf8484 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8484;
Background color
Panel with #cf8484 background
background-color: #cf8484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 132, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8484; background: linear-gradient(135deg, #cf8484, #CFB684);