#c1af2c
a balanced, vivid yellow · cool · closest name: olive
RGB
193, 175, 44
HSL
53°, 63%, 47%
CMYK
0, 9, 77, 24
Luminance
0.4218
Every format
| HEX | #c1af2c |
| RGB | rgb(193, 175, 44) |
| HSL | hsl(53, 63%, 47%) |
| CMYK | cmyk(0%, 9%, 77%, 24%) |
| LAB | lab(71.0 -7.3 64.4) |
| LCH | lch(71.0 64.8 96.5) |
| OKLCH | oklch(0.748 0.143 101.1) |
Copy-ready code
/* CSS */
color: #c1af2c;
background-color: #c1af2c;
/* Tailwind (arbitrary) */
class="text-[#c1af2c] bg-[#c1af2c]"
/* SCSS */
$brand: #c1af2c;
/* SwiftUI */
Color(red: 0.757, green: 0.686, blue: 0.173)
/* Android */
Color.parseColor("#c1af2c")Accessibility — WCAG contrast
Aa
#c1af2c on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1af2c on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green68.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow77.2%
Key (black)24.3%
Color previews
#c1af2c text on a black background
contrast 9.44:1
Card sample
#c1af2c text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1af2c;
Background color
Panel with #c1af2c background
background-color: #c1af2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1af2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 175, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 175, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1af2c; background: linear-gradient(135deg, #c1af2c, #70C12C);