#c7bb5a
a balanced, vivid yellow · cool · closest name: khaki
RGB
199, 187, 90
HSL
53°, 49%, 57%
CMYK
0, 6, 55, 22
Luminance
0.4842
Every format
| HEX | #c7bb5a |
| RGB | rgb(199, 187, 90) |
| HSL | hsl(53, 49%, 57%) |
| CMYK | cmyk(0%, 6%, 55%, 22%) |
| LAB | lab(75.1 -8.3 49.9) |
| LCH | lch(75.1 50.6 99.4) |
| OKLCH | oklch(0.782 0.119 102.3) |
Copy-ready code
/* CSS */
color: #c7bb5a;
background-color: #c7bb5a;
/* Tailwind (arbitrary) */
class="text-[#c7bb5a] bg-[#c7bb5a]"
/* SCSS */
$brand: #c7bb5a;
/* SwiftUI */
Color(red: 0.780, green: 0.733, blue: 0.353)
/* Android */
Color.parseColor("#c7bb5a")Accessibility — WCAG contrast
Aa
#c7bb5a on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bb5a on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green73.3%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow54.8%
Key (black)22.0%
Color previews
#c7bb5a text on a black background
contrast 10.68:1
Card sample
#c7bb5a text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bb5a;
Background color
Panel with #c7bb5a background
background-color: #c7bb5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bb5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 187, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 187, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bb5a; background: linear-gradient(135deg, #c7bb5a, #8AC75A);