#cf8c8c
a light, soft red · warm · closest name: pink
RGB
207, 140, 140
HSL
0°, 41%, 68%
CMYK
0, 32, 32, 19
Luminance
0.3392
Every format
| HEX | #cf8c8c |
| RGB | rgb(207, 140, 140) |
| HSL | hsl(0, 41%, 68%) |
| CMYK | cmyk(0%, 32%, 32%, 19%) |
| LAB | lab(64.9 25.5 10.4) |
| LCH | lch(64.9 27.6 22.2) |
| OKLCH | oklch(0.707 0.082 19.3) |
Copy-ready code
/* CSS */
color: #cf8c8c;
background-color: #cf8c8c;
/* Tailwind (arbitrary) */
class="text-[#cf8c8c] bg-[#cf8c8c]"
/* SCSS */
$brand: #cf8c8c;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.549)
/* Android */
Color.parseColor("#cf8c8c")Accessibility — WCAG contrast
Aa
#cf8c8c on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8c8c on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow32.4%
Key (black)18.8%
Color previews
#cf8c8c text on a black background
contrast 7.78:1
Card sample
#cf8c8c text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8c8c;
Background color
Panel with #cf8c8c background
background-color: #cf8c8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8c8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8c8c; background: linear-gradient(135deg, #cf8c8c, #CFB98C);