#cfa0a0
a light, soft red · warm · closest name: pink
RGB
207, 160, 160
HSL
0°, 33%, 72%
CMYK
0, 23, 23, 19
Luminance
0.4095
Every format
| HEX | #cfa0a0 |
| RGB | rgb(207, 160, 160) |
| HSL | hsl(0, 33%, 72%) |
| CMYK | cmyk(0%, 23%, 23%, 19%) |
| LAB | lab(70.1 17.4 6.7) |
| LCH | lch(70.1 18.6 21.1) |
| OKLCH | oklch(0.749 0.056 18.5) |
Copy-ready code
/* CSS */
color: #cfa0a0;
background-color: #cfa0a0;
/* Tailwind (arbitrary) */
class="text-[#cfa0a0] bg-[#cfa0a0]"
/* SCSS */
$brand: #cfa0a0;
/* SwiftUI */
Color(red: 0.812, green: 0.627, blue: 0.627)
/* Android */
Color.parseColor("#cfa0a0")Accessibility — WCAG contrast
Aa
#cfa0a0 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa0a0 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.7%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow22.7%
Key (black)18.8%
Color previews
#cfa0a0 text on a black background
contrast 9.19:1
Card sample
#cfa0a0 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa0a0;
Background color
Panel with #cfa0a0 background
background-color: #cfa0a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa0a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 160, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 160, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa0a0; background: linear-gradient(135deg, #cfa0a0, #CFBFA0);