#96ad1f
a dark, vivid yellow · cool · closest name: olivedrab
RGB
150, 173, 31
HSL
70°, 70%, 40%
CMYK
13, 0, 82, 32
Luminance
0.3647
Every format
| HEX | #96ad1f |
| RGB | rgb(150, 173, 31) |
| HSL | hsl(70, 70%, 40%) |
| CMYK | cmyk(13%, 0%, 82%, 32%) |
| LAB | lab(66.9 -25.5 63.3) |
| LCH | lch(66.9 68.2 111.9) |
| OKLCH | oklch(0.706 0.157 119.1) |
Copy-ready code
/* CSS */
color: #96ad1f;
background-color: #96ad1f;
/* Tailwind (arbitrary) */
class="text-[#96ad1f] bg-[#96ad1f]"
/* SCSS */
$brand: #96ad1f;
/* SwiftUI */
Color(red: 0.588, green: 0.678, blue: 0.122)
/* Android */
Color.parseColor("#96ad1f")Accessibility — WCAG contrast
Aa
#96ad1f on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96ad1f on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green67.8%
Blue12.2%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow82.1%
Key (black)32.2%
Color previews
#96ad1f text on a black background
contrast 8.29:1
Card sample
#96ad1f text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96ad1f;
Background color
Panel with #96ad1f background
background-color: #96ad1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96ad1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 173, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 173, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96ad1f; background: linear-gradient(135deg, #96ad1f, #37AD1F);