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