#9baf0d
a dark, electric yellow · cool · closest name: olivedrab
RGB
155, 175, 13
HSL
67°, 86%, 37%
CMYK
11, 0, 93, 31
Luminance
0.3766
Every format
| HEX | #9baf0d |
| RGB | rgb(155, 175, 13) |
| HSL | hsl(67, 86%, 37%) |
| CMYK | cmyk(11%, 0%, 93%, 31%) |
| LAB | lab(67.8 -24.8 67.8) |
| LCH | lch(67.8 72.2 110.1) |
| OKLCH | oklch(0.714 0.163 117.7) |
Copy-ready code
/* CSS */
color: #9baf0d;
background-color: #9baf0d;
/* Tailwind (arbitrary) */
class="text-[#9baf0d] bg-[#9baf0d]"
/* SCSS */
$brand: #9baf0d;
/* SwiftUI */
Color(red: 0.608, green: 0.686, blue: 0.051)
/* Android */
Color.parseColor("#9baf0d")Accessibility — WCAG contrast
Aa
#9baf0d on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baf0d on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green68.6%
Blue5.1%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow92.6%
Key (black)31.4%
Color previews
#9baf0d text on a black background
contrast 8.53:1
Card sample
#9baf0d text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baf0d;
Background color
Panel with #9baf0d background
background-color: #9baf0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baf0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 175, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 175, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baf0d; background: linear-gradient(135deg, #9baf0d, #2FAF0D);