#c0af7f
a balanced, soft yellow · warm · closest name: tan
RGB
192, 175, 127
HSL
44°, 34%, 63%
CMYK
0, 9, 34, 25
Luminance
0.4340
Every format
| HEX | #c0af7f |
| RGB | rgb(192, 175, 127) |
| HSL | hsl(44, 34%, 63%) |
| CMYK | cmyk(0%, 9%, 34%, 25%) |
| LAB | lab(71.8 -1.1 26.9) |
| LCH | lch(71.8 26.9 92.3) |
| OKLCH | oklch(0.757 0.067 90.8) |
Copy-ready code
/* CSS */
color: #c0af7f;
background-color: #c0af7f;
/* Tailwind (arbitrary) */
class="text-[#c0af7f] bg-[#c0af7f]"
/* SCSS */
$brand: #c0af7f;
/* SwiftUI */
Color(red: 0.753, green: 0.686, blue: 0.498)
/* Android */
Color.parseColor("#c0af7f")Accessibility — WCAG contrast
Aa
#c0af7f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0af7f on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow33.9%
Key (black)24.7%
Color previews
#c0af7f text on a black background
contrast 9.68:1
Card sample
#c0af7f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0af7f;
Background color
Panel with #c0af7f background
background-color: #c0af7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0af7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 175, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 175, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0af7f; background: linear-gradient(135deg, #c0af7f, #A6C07F);