#cbaf6c
a balanced, vivid yellow · warm · closest name: tan
RGB
203, 175, 108
HSL
42°, 48%, 61%
CMYK
0, 14, 47, 20
Luminance
0.4444
Every format
| HEX | #cbaf6c |
| RGB | rgb(203, 175, 108) |
| HSL | hsl(42, 48%, 61%) |
| CMYK | cmyk(0%, 14%, 47%, 20%) |
| LAB | lab(72.5 1.3 38.0) |
| LCH | lch(72.5 38.0 88.1) |
| OKLCH | oklch(0.764 0.092 87.5) |
Copy-ready code
/* CSS */
color: #cbaf6c;
background-color: #cbaf6c;
/* Tailwind (arbitrary) */
class="text-[#cbaf6c] bg-[#cbaf6c]"
/* SCSS */
$brand: #cbaf6c;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.424)
/* Android */
Color.parseColor("#cbaf6c")Accessibility — WCAG contrast
Aa
#cbaf6c on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf6c on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow46.8%
Key (black)20.4%
Color previews
#cbaf6c text on a black background
contrast 9.89:1
Card sample
#cbaf6c text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf6c;
Background color
Panel with #cbaf6c background
background-color: #cbaf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf6c; background: linear-gradient(135deg, #cbaf6c, #A8CB6C);