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