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