#cfb780
a light, vivid yellow · warm · closest name: tan
RGB
207, 183, 128
HSL
42°, 45%, 66%
CMYK
0, 12, 38, 19
Luminance
0.4869
Every format
| HEX | #cfb780 |
| RGB | rgb(207, 183, 128) |
| HSL | hsl(42, 45%, 66%) |
| CMYK | cmyk(0%, 12%, 38%, 19%) |
| LAB | lab(75.3 0.8 31.1) |
| LCH | lch(75.3 31.1 88.5) |
| OKLCH | oklch(0.787 0.077 87.0) |
Copy-ready code
/* CSS */
color: #cfb780;
background-color: #cfb780;
/* Tailwind (arbitrary) */
class="text-[#cfb780] bg-[#cfb780]"
/* SCSS */
$brand: #cfb780;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.502)
/* Android */
Color.parseColor("#cfb780")Accessibility — WCAG contrast
Aa
#cfb780 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb780 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow38.2%
Key (black)18.8%
Color previews
#cfb780 text on a black background
contrast 10.74:1
Card sample
#cfb780 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb780;
Background color
Panel with #cfb780 background
background-color: #cfb780;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb780;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb780; background: linear-gradient(135deg, #cfb780, #B2CF80);