#c0af7c
a balanced, soft yellow · cool · closest name: tan
RGB
192, 175, 124
HSL
45°, 35%, 62%
CMYK
0, 9, 35, 25
Luminance
0.4332
Every format
| HEX | #c0af7c |
| RGB | rgb(192, 175, 124) |
| HSL | hsl(45, 35%, 62%) |
| CMYK | cmyk(0%, 9%, 35%, 25%) |
| LAB | lab(71.8 -1.4 28.4) |
| LCH | lch(71.8 28.4 92.9) |
| OKLCH | oklch(0.756 0.071 91.8) |
Copy-ready code
/* CSS */
color: #c0af7c;
background-color: #c0af7c;
/* Tailwind (arbitrary) */
class="text-[#c0af7c] bg-[#c0af7c]"
/* SCSS */
$brand: #c0af7c;
/* SwiftUI */
Color(red: 0.753, green: 0.686, blue: 0.486)
/* Android */
Color.parseColor("#c0af7c")Accessibility — WCAG contrast
Aa
#c0af7c on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0af7c on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow35.4%
Key (black)24.7%
Color previews
#c0af7c text on a black background
contrast 9.66:1
Card sample
#c0af7c text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0af7c;
Background color
Panel with #c0af7c background
background-color: #c0af7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0af7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 175, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 175, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0af7c; background: linear-gradient(135deg, #c0af7c, #A4C07C);