#cfbf9b
a light, soft yellow · warm · closest name: tan
RGB
207, 191, 155
HSL
42°, 35%, 71%
CMYK
0, 8, 25, 19
Luminance
0.5289
Every format
| HEX | #cfbf9b |
| RGB | rgb(207, 191, 155) |
| HSL | hsl(42, 35%, 71%) |
| CMYK | cmyk(0%, 8%, 25%, 19%) |
| LAB | lab(77.8 0.0 20.2) |
| LCH | lch(77.8 20.2 90.0) |
| OKLCH | oklch(0.809 0.052 86.9) |
Copy-ready code
/* CSS */
color: #cfbf9b;
background-color: #cfbf9b;
/* Tailwind (arbitrary) */
class="text-[#cfbf9b] bg-[#cfbf9b]"
/* SCSS */
$brand: #cfbf9b;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.608)
/* Android */
Color.parseColor("#cfbf9b")Accessibility — WCAG contrast
Aa
#cfbf9b on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbf9b on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow25.1%
Key (black)18.8%
Color previews
#cfbf9b text on a black background
contrast 11.58:1
Card sample
#cfbf9b text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbf9b;
Background color
Panel with #cfbf9b background
background-color: #cfbf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbf9b; background: linear-gradient(135deg, #cfbf9b, #BCCF9B);