#c0af3f
a balanced, vivid yellow · cool · closest name: olive
RGB
192, 175, 63
HSL
52°, 51%, 50%
CMYK
0, 9, 67, 25
Luminance
0.4223
Every format
| HEX | #c0af3f |
| RGB | rgb(192, 175, 63) |
| HSL | hsl(52, 51%, 50%) |
| CMYK | cmyk(0%, 9%, 67%, 25%) |
| LAB | lab(71.0 -6.9 57.3) |
| LCH | lch(71.0 57.7 96.8) |
| OKLCH | oklch(0.748 0.131 100.6) |
Copy-ready code
/* CSS */
color: #c0af3f;
background-color: #c0af3f;
/* Tailwind (arbitrary) */
class="text-[#c0af3f] bg-[#c0af3f]"
/* SCSS */
$brand: #c0af3f;
/* SwiftUI */
Color(red: 0.753, green: 0.686, blue: 0.247)
/* Android */
Color.parseColor("#c0af3f")Accessibility — WCAG contrast
Aa
#c0af3f on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0af3f on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow67.2%
Key (black)24.7%
Color previews
#c0af3f text on a black background
contrast 9.45:1
Card sample
#c0af3f text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0af3f;
Background color
Panel with #c0af3f background
background-color: #c0af3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0af3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 175, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 175, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0af3f; background: linear-gradient(135deg, #c0af3f, #7BC03F);