#94a725
a dark, vivid yellow · cool · closest name: olivedrab
RGB
148, 167, 37
HSL
69°, 64%, 40%
CMYK
11, 0, 78, 35
Luminance
0.3407
Every format
| HEX | #94a725 |
| RGB | rgb(148, 167, 37) |
| HSL | hsl(69, 64%, 40%) |
| CMYK | cmyk(11%, 0%, 78%, 35%) |
| LAB | lab(65.0 -23.1 59.8) |
| LCH | lch(65.0 64.1 111.1) |
| OKLCH | oklch(0.691 0.148 118.0) |
Copy-ready code
/* CSS */
color: #94a725;
background-color: #94a725;
/* Tailwind (arbitrary) */
class="text-[#94a725] bg-[#94a725]"
/* SCSS */
$brand: #94a725;
/* SwiftUI */
Color(red: 0.580, green: 0.655, blue: 0.145)
/* Android */
Color.parseColor("#94a725")Accessibility — WCAG contrast
Aa
#94a725 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94a725 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green65.5%
Blue14.5%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow77.8%
Key (black)34.5%
Color previews
#94a725 text on a black background
contrast 7.81:1
Card sample
#94a725 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94a725;
Background color
Panel with #94a725 background
background-color: #94a725;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94a725;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 167, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 167, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94a725; background: linear-gradient(135deg, #94a725, #3DA725);