#cbaf69
a balanced, vivid yellow · warm · closest name: tan
RGB
203, 175, 105
HSL
43°, 49%, 60%
CMYK
0, 14, 48, 20
Luminance
0.4438
Every format
| HEX | #cbaf69 |
| RGB | rgb(203, 175, 105) |
| HSL | hsl(43, 49%, 60%) |
| CMYK | cmyk(0%, 14%, 48%, 20%) |
| LAB | lab(72.5 1.0 39.5) |
| LCH | lch(72.5 39.5 88.6) |
| OKLCH | oklch(0.763 0.095 88.3) |
Copy-ready code
/* CSS */
color: #cbaf69;
background-color: #cbaf69;
/* Tailwind (arbitrary) */
class="text-[#cbaf69] bg-[#cbaf69]"
/* SCSS */
$brand: #cbaf69;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.412)
/* Android */
Color.parseColor("#cbaf69")Accessibility — WCAG contrast
Aa
#cbaf69 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf69 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow48.3%
Key (black)20.4%
Color previews
#cbaf69 text on a black background
contrast 9.88:1
Card sample
#cbaf69 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf69;
Background color
Panel with #cbaf69 background
background-color: #cbaf69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf69; background: linear-gradient(135deg, #cbaf69, #A6CB69);