#cfbcab
a light, soft orange · warm · closest name: silver
RGB
207, 188, 171
HSL
28°, 27%, 74%
CMYK
0, 9, 17, 19
Luminance
0.5217
Every format
| HEX | #cfbcab |
| RGB | rgb(207, 188, 171) |
| HSL | hsl(28, 27%, 74%) |
| CMYK | cmyk(0%, 9%, 17%, 19%) |
| LAB | lab(77.4 4.0 11.0) |
| LCH | lch(77.4 11.7 70.3) |
| OKLCH | oklch(0.807 0.032 64.2) |
Copy-ready code
/* CSS */
color: #cfbcab;
background-color: #cfbcab;
/* Tailwind (arbitrary) */
class="text-[#cfbcab] bg-[#cfbcab]"
/* SCSS */
$brand: #cfbcab;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.671)
/* Android */
Color.parseColor("#cfbcab")Accessibility — WCAG contrast
Aa
#cfbcab on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcab on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow17.4%
Key (black)18.8%
Color previews
#cfbcab text on a black background
contrast 11.43:1
Card sample
#cfbcab text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcab;
Background color
Panel with #cfbcab background
background-color: #cfbcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcab; background: linear-gradient(135deg, #cfbcab, #CACFAB);