#c39f35
a balanced, vivid yellow · warm · closest name: olive
RGB
195, 159, 53
HSL
45°, 57%, 49%
CMYK
0, 19, 73, 24
Luminance
0.3666
Every format
| HEX | #c39f35 |
| RGB | rgb(195, 159, 53) |
| HSL | hsl(45, 57%, 49%) |
| CMYK | cmyk(0%, 19%, 73%, 24%) |
| LAB | lab(67.0 2.4 57.4) |
| LCH | lch(67.0 57.5 87.6) |
| OKLCH | oklch(0.717 0.127 89.5) |
Copy-ready code
/* CSS */
color: #c39f35;
background-color: #c39f35;
/* Tailwind (arbitrary) */
class="text-[#c39f35] bg-[#c39f35]"
/* SCSS */
$brand: #c39f35;
/* SwiftUI */
Color(red: 0.765, green: 0.624, blue: 0.208)
/* Android */
Color.parseColor("#c39f35")Accessibility — WCAG contrast
Aa
#c39f35 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c39f35 on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green62.4%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow72.8%
Key (black)23.5%
Color previews
#c39f35 text on a black background
contrast 8.33:1
Card sample
#c39f35 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c39f35;
Background color
Panel with #c39f35 background
background-color: #c39f35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c39f35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 159, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 159, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c39f35; background: linear-gradient(135deg, #c39f35, #88C335);