#c7aeac
a light, soft red · warm · closest name: silver
RGB
199, 174, 172
HSL
4°, 19%, 73%
CMYK
0, 13, 14, 22
Luminance
0.4539
Every format
| HEX | #c7aeac |
| RGB | rgb(199, 174, 172) |
| HSL | hsl(4, 19%, 73%) |
| CMYK | cmyk(0%, 13%, 14%, 22%) |
| LAB | lab(73.2 8.7 4.3) |
| LCH | lch(73.2 9.7 26.6) |
| OKLCH | oklch(0.772 0.029 23.3) |
Copy-ready code
/* CSS */
color: #c7aeac;
background-color: #c7aeac;
/* Tailwind (arbitrary) */
class="text-[#c7aeac] bg-[#c7aeac]"
/* SCSS */
$brand: #c7aeac;
/* SwiftUI */
Color(red: 0.780, green: 0.682, blue: 0.675)
/* Android */
Color.parseColor("#c7aeac")Accessibility — WCAG contrast
Aa
#c7aeac on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7aeac on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow13.6%
Key (black)22.0%
Color previews
#c7aeac text on a black background
contrast 10.08:1
Card sample
#c7aeac text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7aeac;
Background color
Panel with #c7aeac background
background-color: #c7aeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7aeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 174, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 174, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7aeac; background: linear-gradient(135deg, #c7aeac, #C7C0AC);