#cfbc84
a light, soft yellow · warm · closest name: tan
RGB
207, 188, 132
HSL
45°, 44%, 67%
CMYK
0, 9, 36, 19
Luminance
0.5090
Every format
| HEX | #cfbc84 |
| RGB | rgb(207, 188, 132) |
| HSL | hsl(45, 44%, 67%) |
| CMYK | cmyk(0%, 9%, 36%, 19%) |
| LAB | lab(76.6 -1.4 30.8) |
| LCH | lch(76.6 30.9 92.5) |
| OKLCH | oklch(0.798 0.076 91.5) |
Copy-ready code
/* CSS */
color: #cfbc84;
background-color: #cfbc84;
/* Tailwind (arbitrary) */
class="text-[#cfbc84] bg-[#cfbc84]"
/* SCSS */
$brand: #cfbc84;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.518)
/* Android */
Color.parseColor("#cfbc84")Accessibility — WCAG contrast
Aa
#cfbc84 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc84 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow36.2%
Key (black)18.8%
Color previews
#cfbc84 text on a black background
contrast 11.18:1
Card sample
#cfbc84 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc84;
Background color
Panel with #cfbc84 background
background-color: #cfbc84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc84; background: linear-gradient(135deg, #cfbc84, #B0CF84);