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