#9da75d
a balanced, soft yellow · cool · closest name: olivedrab
RGB
157, 167, 93
HSL
68°, 30%, 51%
CMYK
6, 0, 44, 35
Luminance
0.3560
Every format
| HEX | #9da75d |
| RGB | rgb(157, 167, 93) |
| HSL | hsl(68, 30%, 51%) |
| CMYK | cmyk(6%, 0%, 44%, 35%) |
| LAB | lab(66.2 -15.1 37.0) |
| LCH | lch(66.2 39.9 112.2) |
| OKLCH | oklch(0.703 0.099 115.3) |
Copy-ready code
/* CSS */
color: #9da75d;
background-color: #9da75d;
/* Tailwind (arbitrary) */
class="text-[#9da75d] bg-[#9da75d]"
/* SCSS */
$brand: #9da75d;
/* SwiftUI */
Color(red: 0.616, green: 0.655, blue: 0.365)
/* Android */
Color.parseColor("#9da75d")Accessibility — WCAG contrast
Aa
#9da75d on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da75d on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.5%
Blue36.5%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow44.3%
Key (black)34.5%
Color previews
#9da75d text on a black background
contrast 8.12:1
Card sample
#9da75d text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da75d;
Background color
Panel with #9da75d background
background-color: #9da75d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da75d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 167, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 167, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da75d; background: linear-gradient(135deg, #9da75d, #6CA75D);