#c1af4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
193, 175, 79
HSL
51°, 48%, 53%
CMYK
0, 9, 59, 24
Luminance
0.4256
Every format
| HEX | #c1af4f |
| RGB | rgb(193, 175, 79) |
| HSL | hsl(51, 48%, 53%) |
| CMYK | cmyk(0%, 9%, 59%, 24%) |
| LAB | lab(71.3 -5.4 50.5) |
| LCH | lch(71.3 50.8 96.1) |
| OKLCH | oklch(0.750 0.118 98.8) |
Copy-ready code
/* CSS */
color: #c1af4f;
background-color: #c1af4f;
/* Tailwind (arbitrary) */
class="text-[#c1af4f] bg-[#c1af4f]"
/* SCSS */
$brand: #c1af4f;
/* SwiftUI */
Color(red: 0.757, green: 0.686, blue: 0.310)
/* Android */
Color.parseColor("#c1af4f")Accessibility — WCAG contrast
Aa
#c1af4f on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1af4f on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green68.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow59.1%
Key (black)24.3%
Color previews
#c1af4f text on a black background
contrast 9.51:1
Card sample
#c1af4f text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1af4f;
Background color
Panel with #c1af4f background
background-color: #c1af4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1af4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 175, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 175, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1af4f; background: linear-gradient(135deg, #c1af4f, #87C14F);