#94792a
a dark, vivid yellow · warm · closest name: olive
RGB
148, 121, 42
HSL
45°, 56%, 37%
CMYK
0, 18, 72, 42
Luminance
0.2014
Every format
| HEX | #94792a |
| RGB | rgb(148, 121, 42) |
| HSL | hsl(45, 56%, 37%) |
| CMYK | cmyk(0%, 18%, 72%, 42%) |
| LAB | lab(52.0 1.7 45.4) |
| LCH | lch(52.0 45.4 87.9) |
| OKLCH | oklch(0.587 0.102 89.7) |
Copy-ready code
/* CSS */
color: #94792a;
background-color: #94792a;
/* Tailwind (arbitrary) */
class="text-[#94792a] bg-[#94792a]"
/* SCSS */
$brand: #94792a;
/* SwiftUI */
Color(red: 0.580, green: 0.475, blue: 0.165)
/* Android */
Color.parseColor("#94792a")Accessibility — WCAG contrast
Aa
#94792a on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#94792a on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green47.5%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow71.6%
Key (black)42.0%
Color previews
#94792a text on a black background
contrast 5.03:1
Card sample
#94792a text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94792a;
Background color
Panel with #94792a background
background-color: #94792a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94792a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 121, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 121, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94792a; background: linear-gradient(135deg, #94792a, #68942A);