#cfba8f
a light, soft yellow · warm · closest name: tan
RGB
207, 186, 143
HSL
40°, 40%, 69%
CMYK
0, 10, 31, 19
Luminance
0.5037
Every format
| HEX | #cfba8f |
| RGB | rgb(207, 186, 143) |
| HSL | hsl(40, 40%, 69%) |
| CMYK | cmyk(0%, 10%, 31%, 19%) |
| LAB | lab(76.3 1.0 24.6) |
| LCH | lch(76.3 24.6 87.6) |
| OKLCH | oklch(0.796 0.062 84.9) |
Copy-ready code
/* CSS */
color: #cfba8f;
background-color: #cfba8f;
/* Tailwind (arbitrary) */
class="text-[#cfba8f] bg-[#cfba8f]"
/* SCSS */
$brand: #cfba8f;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.561)
/* Android */
Color.parseColor("#cfba8f")Accessibility — WCAG contrast
Aa
#cfba8f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba8f on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow30.9%
Key (black)18.8%
Color previews
#cfba8f text on a black background
contrast 11.07:1
Card sample
#cfba8f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba8f;
Background color
Panel with #cfba8f background
background-color: #cfba8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba8f; background: linear-gradient(135deg, #cfba8f, #B9CF8F);