#92af1d
a dark, vivid green · cool · closest name: olivedrab
RGB
146, 175, 29
HSL
72°, 72%, 40%
CMYK
17, 0, 83, 31
Luminance
0.3686
Every format
| HEX | #92af1d |
| RGB | rgb(146, 175, 29) |
| HSL | hsl(72, 72%, 40%) |
| CMYK | cmyk(17%, 0%, 83%, 31%) |
| LAB | lab(67.2 -28.2 63.9) |
| LCH | lch(67.2 69.8 113.8) |
| OKLCH | oklch(0.707 0.162 121.2) |
Copy-ready code
/* CSS */
color: #92af1d;
background-color: #92af1d;
/* Tailwind (arbitrary) */
class="text-[#92af1d] bg-[#92af1d]"
/* SCSS */
$brand: #92af1d;
/* SwiftUI */
Color(red: 0.573, green: 0.686, blue: 0.114)
/* Android */
Color.parseColor("#92af1d")Accessibility — WCAG contrast
Aa
#92af1d on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92af1d on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green68.6%
Blue11.4%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow83.4%
Key (black)31.4%
Color previews
#92af1d text on a black background
contrast 8.37:1
Card sample
#92af1d text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92af1d;
Background color
Panel with #92af1d background
background-color: #92af1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92af1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 175, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 175, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92af1d; background: linear-gradient(135deg, #92af1d, #31AF1D);