#c69113
a dark, electric yellow · warm · closest name: peru
RGB
198, 145, 19
HSL
42°, 83%, 43%
CMYK
0, 27, 90, 22
Luminance
0.3230
Every format
| HEX | #c69113 |
| RGB | rgb(198, 145, 19) |
| HSL | hsl(42, 83%, 43%) |
| CMYK | cmyk(0%, 27%, 90%, 22%) |
| LAB | lab(63.6 10.2 65.2) |
| LCH | lch(63.6 66.0 81.1) |
| OKLCH | oklch(0.690 0.138 81.6) |
Copy-ready code
/* CSS */
color: #c69113;
background-color: #c69113;
/* Tailwind (arbitrary) */
class="text-[#c69113] bg-[#c69113]"
/* SCSS */
$brand: #c69113;
/* SwiftUI */
Color(red: 0.776, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#c69113")Accessibility — WCAG contrast
Aa
#c69113 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69113 on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green56.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow90.4%
Key (black)22.4%
Color previews
#c69113 text on a black background
contrast 7.46:1
Card sample
#c69113 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69113;
Background color
Panel with #c69113 background
background-color: #c69113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69113; background: linear-gradient(135deg, #c69113, #84C613);