#947421
a dark, vivid yellow · warm · closest name: olive
RGB
148, 116, 33
HSL
43°, 64%, 36%
CMYK
0, 22, 78, 42
Luminance
0.1890
Every format
| HEX | #947421 |
| RGB | rgb(148, 116, 33) |
| HSL | hsl(43, 64%, 36%) |
| CMYK | cmyk(0%, 22%, 78%, 42%) |
| LAB | lab(50.6 4.0 47.7) |
| LCH | lch(50.6 47.9 85.2) |
| OKLCH | oklch(0.575 0.105 86.5) |
Copy-ready code
/* CSS */
color: #947421;
background-color: #947421;
/* Tailwind (arbitrary) */
class="text-[#947421] bg-[#947421]"
/* SCSS */
$brand: #947421;
/* SwiftUI */
Color(red: 0.580, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#947421")Accessibility — WCAG contrast
Aa
#947421 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#947421 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow77.7%
Key (black)42.0%
Color previews
#947421 text on a black background
contrast 4.78:1
Card sample
#947421 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #947421;
Background color
Panel with #947421 background
background-color: #947421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #947421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #947421; background: linear-gradient(135deg, #947421, #679421);