#c38e21
a dark, vivid yellow · warm · closest name: peru
RGB
195, 142, 33
HSL
40°, 71%, 45%
CMYK
0, 27, 83, 24
Luminance
0.3106
Every format
| HEX | #c38e21 |
| RGB | rgb(195, 142, 33) |
| HSL | hsl(40, 71%, 45%) |
| CMYK | cmyk(0%, 27%, 83%, 24%) |
| LAB | lab(62.6 10.9 60.5) |
| LCH | lch(62.6 61.5 79.8) |
| OKLCH | oklch(0.681 0.132 79.8) |
Copy-ready code
/* CSS */
color: #c38e21;
background-color: #c38e21;
/* Tailwind (arbitrary) */
class="text-[#c38e21] bg-[#c38e21]"
/* SCSS */
$brand: #c38e21;
/* SwiftUI */
Color(red: 0.765, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#c38e21")Accessibility — WCAG contrast
Aa
#c38e21 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c38e21 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow83.1%
Key (black)23.5%
Color previews
#c38e21 text on a black background
contrast 7.21:1
Card sample
#c38e21 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c38e21;
Background color
Panel with #c38e21 background
background-color: #c38e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c38e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c38e21; background: linear-gradient(135deg, #c38e21, #8CC321);