#cfb2ac
a light, soft red · warm · closest name: silver
RGB
207, 178, 172
HSL
10°, 27%, 74%
CMYK
0, 14, 17, 19
Luminance
0.4808
Every format
| HEX | #cfb2ac |
| RGB | rgb(207, 178, 172) |
| HSL | hsl(10, 27%, 74%) |
| CMYK | cmyk(0%, 14%, 17%, 19%) |
| LAB | lab(74.9 9.5 6.9) |
| LCH | lch(74.9 11.7 36.2) |
| OKLCH | oklch(0.787 0.035 31.6) |
Copy-ready code
/* CSS */
color: #cfb2ac;
background-color: #cfb2ac;
/* Tailwind (arbitrary) */
class="text-[#cfb2ac] bg-[#cfb2ac]"
/* SCSS */
$brand: #cfb2ac;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#cfb2ac")Accessibility — WCAG contrast
Aa
#cfb2ac on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2ac on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow16.9%
Key (black)18.8%
Color previews
#cfb2ac text on a black background
contrast 10.62:1
Card sample
#cfb2ac text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2ac;
Background color
Panel with #cfb2ac background
background-color: #cfb2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2ac; background: linear-gradient(135deg, #cfb2ac, #CFC9AC);