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