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