#c1ba49
a balanced, vivid yellow · cool · closest name: khaki
RGB
193, 186, 73
HSL
57°, 49%, 52%
CMYK
0, 4, 62, 24
Luminance
0.4694
Every format
| HEX | #c1ba49 |
| RGB | rgb(193, 186, 73) |
| HSL | hsl(57, 49%, 52%) |
| CMYK | cmyk(0%, 4%, 62%, 24%) |
| LAB | lab(74.2 -11.5 56.4) |
| LCH | lch(74.2 57.6 101.6) |
| OKLCH | oklch(0.773 0.134 105.8) |
Copy-ready code
/* CSS */
color: #c1ba49;
background-color: #c1ba49;
/* Tailwind (arbitrary) */
class="text-[#c1ba49] bg-[#c1ba49]"
/* SCSS */
$brand: #c1ba49;
/* SwiftUI */
Color(red: 0.757, green: 0.729, blue: 0.286)
/* Android */
Color.parseColor("#c1ba49")Accessibility — WCAG contrast
Aa
#c1ba49 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ba49 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green72.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow62.2%
Key (black)24.3%
Color previews
#c1ba49 text on a black background
contrast 10.39:1
Card sample
#c1ba49 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ba49;
Background color
Panel with #c1ba49 background
background-color: #c1ba49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ba49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 186, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 186, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ba49; background: linear-gradient(135deg, #c1ba49, #78C149);