#c69310
a dark, electric yellow · warm · closest name: peru
RGB
198, 147, 16
HSL
43°, 85%, 42%
CMYK
0, 26, 92, 22
Luminance
0.3291
Every format
| HEX | #c69310 |
| RGB | rgb(198, 147, 16) |
| HSL | hsl(43, 85%, 42%) |
| CMYK | cmyk(0%, 26%, 92%, 22%) |
| LAB | lab(64.1 9.1 66.2) |
| LCH | lch(64.1 66.8 82.2) |
| OKLCH | oklch(0.694 0.140 83.1) |
Copy-ready code
/* CSS */
color: #c69310;
background-color: #c69310;
/* Tailwind (arbitrary) */
class="text-[#c69310] bg-[#c69310]"
/* SCSS */
$brand: #c69310;
/* SwiftUI */
Color(red: 0.776, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#c69310")Accessibility — WCAG contrast
Aa
#c69310 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69310 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green57.6%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow91.9%
Key (black)22.4%
Color previews
#c69310 text on a black background
contrast 7.58:1
Card sample
#c69310 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69310;
Background color
Panel with #c69310 background
background-color: #c69310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69310; background: linear-gradient(135deg, #c69310, #80C610);