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