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