#c6ab5b
a balanced, vivid yellow · warm · closest name: tan
RGB
198, 171, 91
HSL
45°, 48%, 57%
CMYK
0, 14, 54, 22
Luminance
0.4189
Every format
| HEX | #c6ab5b |
| RGB | rgb(198, 171, 91) |
| HSL | hsl(45, 48%, 57%) |
| CMYK | cmyk(0%, 14%, 54%, 22%) |
| LAB | lab(70.8 -0.2 44.4) |
| LCH | lch(70.8 44.4 90.3) |
| OKLCH | oklch(0.748 0.105 91.1) |
Copy-ready code
/* CSS */
color: #c6ab5b;
background-color: #c6ab5b;
/* Tailwind (arbitrary) */
class="text-[#c6ab5b] bg-[#c6ab5b]"
/* SCSS */
$brand: #c6ab5b;
/* SwiftUI */
Color(red: 0.776, green: 0.671, blue: 0.357)
/* Android */
Color.parseColor("#c6ab5b")Accessibility — WCAG contrast
Aa
#c6ab5b on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ab5b on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green67.1%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow54.0%
Key (black)22.4%
Color previews
#c6ab5b text on a black background
contrast 9.38:1
Card sample
#c6ab5b text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ab5b;
Background color
Panel with #c6ab5b background
background-color: #c6ab5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ab5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 171, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 171, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ab5b; background: linear-gradient(135deg, #c6ab5b, #9AC65B);