#9baf13
a dark, electric yellow · cool · closest name: olivedrab
RGB
155, 175, 19
HSL
68°, 80%, 38%
CMYK
11, 0, 89, 31
Luminance
0.3768
Every format
| HEX | #9baf13 |
| RGB | rgb(155, 175, 19) |
| HSL | hsl(68, 80%, 38%) |
| CMYK | cmyk(11%, 0%, 89%, 31%) |
| LAB | lab(67.8 -24.6 66.8) |
| LCH | lch(67.8 71.2 110.2) |
| OKLCH | oklch(0.714 0.162 117.8) |
Copy-ready code
/* CSS */
color: #9baf13;
background-color: #9baf13;
/* Tailwind (arbitrary) */
class="text-[#9baf13] bg-[#9baf13]"
/* SCSS */
$brand: #9baf13;
/* SwiftUI */
Color(red: 0.608, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#9baf13")Accessibility — WCAG contrast
Aa
#9baf13 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baf13 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green68.6%
Blue7.5%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow89.1%
Key (black)31.4%
Color previews
#9baf13 text on a black background
contrast 8.54:1
Card sample
#9baf13 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baf13;
Background color
Panel with #9baf13 background
background-color: #9baf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baf13; background: linear-gradient(135deg, #9baf13, #33AF13);