#cfba85
a light, soft yellow · warm · closest name: tan
RGB
207, 186, 133
HSL
43°, 44%, 67%
CMYK
0, 10, 36, 19
Luminance
0.5008
Every format
| HEX | #cfba85 |
| RGB | rgb(207, 186, 133) |
| HSL | hsl(43, 44%, 67%) |
| CMYK | cmyk(0%, 10%, 36%, 19%) |
| LAB | lab(76.1 -0.2 29.6) |
| LCH | lch(76.1 29.6 90.4) |
| OKLCH | oklch(0.794 0.074 88.9) |
Copy-ready code
/* CSS */
color: #cfba85;
background-color: #cfba85;
/* Tailwind (arbitrary) */
class="text-[#cfba85] bg-[#cfba85]"
/* SCSS */
$brand: #cfba85;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.522)
/* Android */
Color.parseColor("#cfba85")Accessibility — WCAG contrast
Aa
#cfba85 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba85 on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow35.7%
Key (black)18.8%
Color previews
#cfba85 text on a black background
contrast 11.02:1
Card sample
#cfba85 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba85;
Background color
Panel with #cfba85 background
background-color: #cfba85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba85; background: linear-gradient(135deg, #cfba85, #B3CF85);