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