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