#c0a153
a balanced, vivid yellow · warm · closest name: peru
RGB
192, 161, 83
HSL
43°, 46%, 54%
CMYK
0, 16, 57, 25
Luminance
0.3732
Every format
| HEX | #c0a153 |
| RGB | rgb(192, 161, 83) |
| HSL | hsl(43, 46%, 54%) |
| CMYK | cmyk(0%, 16%, 57%, 25%) |
| LAB | lab(67.5 1.9 44.3) |
| LCH | lch(67.5 44.3 87.5) |
| OKLCH | oklch(0.721 0.104 88.0) |
Copy-ready code
/* CSS */
color: #c0a153;
background-color: #c0a153;
/* Tailwind (arbitrary) */
class="text-[#c0a153] bg-[#c0a153]"
/* SCSS */
$brand: #c0a153;
/* SwiftUI */
Color(red: 0.753, green: 0.631, blue: 0.325)
/* Android */
Color.parseColor("#c0a153")Accessibility — WCAG contrast
Aa
#c0a153 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0a153 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green63.1%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow56.8%
Key (black)24.7%
Color previews
#c0a153 text on a black background
contrast 8.46:1
Card sample
#c0a153 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0a153;
Background color
Panel with #c0a153 background
background-color: #c0a153;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0a153;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 161, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 161, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0a153; background: linear-gradient(135deg, #c0a153, #96C053);