#cfbc92
a light, soft yellow · warm · closest name: tan
RGB
207, 188, 146
HSL
41°, 39%, 69%
CMYK
0, 9, 30, 19
Luminance
0.5131
Every format
| HEX | #cfbc92 |
| RGB | rgb(207, 188, 146) |
| HSL | hsl(41, 39%, 69%) |
| CMYK | cmyk(0%, 9%, 30%, 19%) |
| LAB | lab(76.9 0.4 23.7) |
| LCH | lch(76.9 23.7 89.1) |
| OKLCH | oklch(0.801 0.060 86.5) |
Copy-ready code
/* CSS */
color: #cfbc92;
background-color: #cfbc92;
/* Tailwind (arbitrary) */
class="text-[#cfbc92] bg-[#cfbc92]"
/* SCSS */
$brand: #cfbc92;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.573)
/* Android */
Color.parseColor("#cfbc92")Accessibility — WCAG contrast
Aa
#cfbc92 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc92 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow29.5%
Key (black)18.8%
Color previews
#cfbc92 text on a black background
contrast 11.26:1
Card sample
#cfbc92 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc92;
Background color
Panel with #cfbc92 background
background-color: #cfbc92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc92; background: linear-gradient(135deg, #cfbc92, #B9CF92);