#cfaaaa
a light, soft red · warm · closest name: silver
RGB
207, 170, 170
HSL
0°, 28%, 74%
CMYK
0, 18, 18, 19
Luminance
0.4492
Every format
| HEX | #cfaaaa |
| RGB | rgb(207, 170, 170) |
| HSL | hsl(0, 28%, 74%) |
| CMYK | cmyk(0%, 18%, 18%, 19%) |
| LAB | lab(72.8 13.5 5.1) |
| LCH | lch(72.8 14.4 20.6) |
| OKLCH | oklch(0.771 0.043 18.1) |
Copy-ready code
/* CSS */
color: #cfaaaa;
background-color: #cfaaaa;
/* Tailwind (arbitrary) */
class="text-[#cfaaaa] bg-[#cfaaaa]"
/* SCSS */
$brand: #cfaaaa;
/* SwiftUI */
Color(red: 0.812, green: 0.667, blue: 0.667)
/* Android */
Color.parseColor("#cfaaaa")Accessibility — WCAG contrast
Aa
#cfaaaa on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaaaa on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green66.7%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow17.9%
Key (black)18.8%
Color previews
#cfaaaa text on a black background
contrast 9.98:1
Card sample
#cfaaaa text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaaaa;
Background color
Panel with #cfaaaa background
background-color: #cfaaaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaaaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 170, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 170, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaaaa; background: linear-gradient(135deg, #cfaaaa, #CFC3AA);