#9da14f
a balanced, soft yellow · cool · closest name: olivedrab
RGB
157, 161, 79
HSL
63°, 34%, 47%
CMYK
3, 0, 51, 37
Luminance
0.3322
Every format
| HEX | #9da14f |
| RGB | rgb(157, 161, 79) |
| HSL | hsl(63, 34%, 47%) |
| CMYK | cmyk(3%, 0%, 51%, 37%) |
| LAB | lab(64.3 -13.4 41.8) |
| LCH | lch(64.3 43.9 107.7) |
| OKLCH | oklch(0.688 0.106 111.4) |
Copy-ready code
/* CSS */
color: #9da14f;
background-color: #9da14f;
/* Tailwind (arbitrary) */
class="text-[#9da14f] bg-[#9da14f]"
/* SCSS */
$brand: #9da14f;
/* SwiftUI */
Color(red: 0.616, green: 0.631, blue: 0.310)
/* Android */
Color.parseColor("#9da14f")Accessibility — WCAG contrast
Aa
#9da14f on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da14f on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.1%
Blue31.0%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow50.9%
Key (black)36.9%
Color previews
#9da14f text on a black background
contrast 7.64:1
Card sample
#9da14f text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da14f;
Background color
Panel with #9da14f background
background-color: #9da14f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da14f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 161, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 161, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da14f; background: linear-gradient(135deg, #9da14f, #66A14F);