#cfb062
a balanced, vivid yellow · warm · closest name: tan
RGB
207, 176, 98
HSL
43°, 53%, 60%
CMYK
0, 15, 53, 19
Luminance
0.4520
Every format
| HEX | #cfb062 |
| RGB | rgb(207, 176, 98) |
| HSL | hsl(43, 53%, 60%) |
| CMYK | cmyk(0%, 15%, 53%, 19%) |
| LAB | lab(73.0 1.5 43.8) |
| LCH | lch(73.0 43.8 88.0) |
| OKLCH | oklch(0.768 0.104 88.2) |
Copy-ready code
/* CSS */
color: #cfb062;
background-color: #cfb062;
/* Tailwind (arbitrary) */
class="text-[#cfb062] bg-[#cfb062]"
/* SCSS */
$brand: #cfb062;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.384)
/* Android */
Color.parseColor("#cfb062")Accessibility — WCAG contrast
Aa
#cfb062 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb062 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow52.7%
Key (black)18.8%
Color previews
#cfb062 text on a black background
contrast 10.04:1
Card sample
#cfb062 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb062;
Background color
Panel with #cfb062 background
background-color: #cfb062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb062; background: linear-gradient(135deg, #cfb062, #A5CF62);