#92a430
a dark, vivid yellow · cool · closest name: olivedrab
RGB
146, 164, 48
HSL
69°, 55%, 42%
CMYK
11, 0, 71, 36
Luminance
0.3288
Every format
| HEX | #92a430 |
| RGB | rgb(146, 164, 48) |
| HSL | hsl(69, 55%, 42%) |
| CMYK | cmyk(11%, 0%, 71%, 36%) |
| LAB | lab(64.1 -21.9 55.0) |
| LCH | lch(64.1 59.2 111.7) |
| OKLCH | oklch(0.683 0.139 117.9) |
Copy-ready code
/* CSS */
color: #92a430;
background-color: #92a430;
/* Tailwind (arbitrary) */
class="text-[#92a430] bg-[#92a430]"
/* SCSS */
$brand: #92a430;
/* SwiftUI */
Color(red: 0.573, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#92a430")Accessibility — WCAG contrast
Aa
#92a430 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92a430 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green64.3%
Blue18.8%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#92a430 text on a black background
contrast 7.58:1
Card sample
#92a430 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92a430;
Background color
Panel with #92a430 background
background-color: #92a430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92a430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92a430; background: linear-gradient(135deg, #92a430, #45A430);