#c0942e
a balanced, vivid yellow · warm · closest name: peru
RGB
192, 148, 46
HSL
42°, 61%, 47%
CMYK
0, 23, 76, 25
Luminance
0.3258
Every format
| HEX | #c0942e |
| RGB | rgb(192, 148, 46) |
| HSL | hsl(42, 61%, 47%) |
| CMYK | cmyk(0%, 23%, 76%, 25%) |
| LAB | lab(63.8 6.7 57.0) |
| LCH | lch(63.8 57.4 83.3) |
| OKLCH | oklch(0.691 0.126 84.1) |
Copy-ready code
/* CSS */
color: #c0942e;
background-color: #c0942e;
/* Tailwind (arbitrary) */
class="text-[#c0942e] bg-[#c0942e]"
/* SCSS */
$brand: #c0942e;
/* SwiftUI */
Color(red: 0.753, green: 0.580, blue: 0.180)
/* Android */
Color.parseColor("#c0942e")Accessibility — WCAG contrast
Aa
#c0942e on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0942e on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green58.0%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow76.0%
Key (black)24.7%
Color previews
#c0942e text on a black background
contrast 7.52:1
Card sample
#c0942e text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0942e;
Background color
Panel with #c0942e background
background-color: #c0942e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0942e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 148, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 148, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0942e; background: linear-gradient(135deg, #c0942e, #8BC02E);