#c3af4b
a balanced, vivid yellow · cool · closest name: khaki
RGB
195, 175, 75
HSL
50°, 50%, 53%
CMYK
0, 10, 62, 24
Luminance
0.4277
Every format
| HEX | #c3af4b |
| RGB | rgb(195, 175, 75) |
| HSL | hsl(50, 50%, 53%) |
| CMYK | cmyk(0%, 10%, 62%, 24%) |
| LAB | lab(71.4 -4.8 52.6) |
| LCH | lch(71.4 52.8 95.3) |
| OKLCH | oklch(0.752 0.122 98.0) |
Copy-ready code
/* CSS */
color: #c3af4b;
background-color: #c3af4b;
/* Tailwind (arbitrary) */
class="text-[#c3af4b] bg-[#c3af4b]"
/* SCSS */
$brand: #c3af4b;
/* SwiftUI */
Color(red: 0.765, green: 0.686, blue: 0.294)
/* Android */
Color.parseColor("#c3af4b")Accessibility — WCAG contrast
Aa
#c3af4b on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3af4b on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green68.6%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow61.5%
Key (black)23.5%
Color previews
#c3af4b text on a black background
contrast 9.55:1
Card sample
#c3af4b text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3af4b;
Background color
Panel with #c3af4b background
background-color: #c3af4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3af4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 175, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 175, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3af4b; background: linear-gradient(135deg, #c3af4b, #87C34B);