#cbaf71
a balanced, vivid yellow · warm · closest name: tan
RGB
203, 175, 113
HSL
41°, 46%, 62%
CMYK
0, 14, 44, 20
Luminance
0.4455
Every format
| HEX | #cbaf71 |
| RGB | rgb(203, 175, 113) |
| HSL | hsl(41, 46%, 62%) |
| CMYK | cmyk(0%, 14%, 44%, 20%) |
| LAB | lab(72.6 1.8 35.5) |
| LCH | lch(72.6 35.5 87.1) |
| OKLCH | oklch(0.764 0.087 86.1) |
Copy-ready code
/* CSS */
color: #cbaf71;
background-color: #cbaf71;
/* Tailwind (arbitrary) */
class="text-[#cbaf71] bg-[#cbaf71]"
/* SCSS */
$brand: #cbaf71;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.443)
/* Android */
Color.parseColor("#cbaf71")Accessibility — WCAG contrast
Aa
#cbaf71 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf71 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow44.3%
Key (black)20.4%
Color previews
#cbaf71 text on a black background
contrast 9.91:1
Card sample
#cbaf71 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf71;
Background color
Panel with #cbaf71 background
background-color: #cbaf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf71; background: linear-gradient(135deg, #cbaf71, #ABCB71);