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