#c28f13
a dark, electric yellow · warm · closest name: peru
RGB
194, 143, 19
HSL
43°, 82%, 42%
CMYK
0, 26, 90, 24
Luminance
0.3116
Every format
| HEX | #c28f13 |
| RGB | rgb(194, 143, 19) |
| HSL | hsl(43, 82%, 42%) |
| CMYK | cmyk(0%, 26%, 90%, 24%) |
| LAB | lab(62.6 9.5 64.3) |
| LCH | lch(62.6 65.0 81.6) |
| OKLCH | oklch(0.681 0.136 82.2) |
Copy-ready code
/* CSS */
color: #c28f13;
background-color: #c28f13;
/* Tailwind (arbitrary) */
class="text-[#c28f13] bg-[#c28f13]"
/* SCSS */
$brand: #c28f13;
/* SwiftUI */
Color(red: 0.761, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#c28f13")Accessibility — WCAG contrast
Aa
#c28f13 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28f13 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow90.2%
Key (black)23.9%
Color previews
#c28f13 text on a black background
contrast 7.23:1
Card sample
#c28f13 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28f13;
Background color
Panel with #c28f13 background
background-color: #c28f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28f13; background: linear-gradient(135deg, #c28f13, #80C213);