#c2b257
a balanced, vivid yellow · cool · closest name: khaki
RGB
194, 178, 87
HSL
51°, 47%, 55%
CMYK
0, 8, 55, 24
Luminance
0.4400
Every format
| HEX | #c2b257 |
| RGB | rgb(194, 178, 87) |
| HSL | hsl(51, 47%, 55%) |
| CMYK | cmyk(0%, 8%, 55%, 24%) |
| LAB | lab(72.2 -5.9 47.9) |
| LCH | lch(72.2 48.3 97.1) |
| OKLCH | oklch(0.759 0.114 99.5) |
Copy-ready code
/* CSS */
color: #c2b257;
background-color: #c2b257;
/* Tailwind (arbitrary) */
class="text-[#c2b257] bg-[#c2b257]"
/* SCSS */
$brand: #c2b257;
/* SwiftUI */
Color(red: 0.761, green: 0.698, blue: 0.341)
/* Android */
Color.parseColor("#c2b257")Accessibility — WCAG contrast
Aa
#c2b257 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2b257 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green69.8%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow55.2%
Key (black)23.9%
Color previews
#c2b257 text on a black background
contrast 9.80:1
Card sample
#c2b257 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2b257;
Background color
Panel with #c2b257 background
background-color: #c2b257;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2b257;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 178, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 178, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2b257; background: linear-gradient(135deg, #c2b257, #8BC257);