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