#90ba1d
a dark, vivid green · cool · closest name: olivedrab
RGB
144, 186, 29
HSL
76°, 73%, 42%
CMYK
23, 0, 84, 27
Luminance
0.4114
Every format
| HEX | #90ba1d |
| RGB | rgb(144, 186, 29) |
| HSL | hsl(76, 73%, 42%) |
| CMYK | cmyk(23%, 0%, 84%, 27%) |
| LAB | lab(70.3 -34.2 66.5) |
| LCH | lch(70.3 74.8 117.2) |
| OKLCH | oklch(0.732 0.176 124.7) |
Copy-ready code
/* CSS */
color: #90ba1d;
background-color: #90ba1d;
/* Tailwind (arbitrary) */
class="text-[#90ba1d] bg-[#90ba1d]"
/* SCSS */
$brand: #90ba1d;
/* SwiftUI */
Color(red: 0.565, green: 0.729, blue: 0.114)
/* Android */
Color.parseColor("#90ba1d")Accessibility — WCAG contrast
Aa
#90ba1d on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90ba1d on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green72.9%
Blue11.4%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow84.4%
Key (black)27.1%
Color previews
#90ba1d text on a black background
contrast 9.23:1
Card sample
#90ba1d text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90ba1d;
Background color
Panel with #90ba1d background
background-color: #90ba1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90ba1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 186, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 186, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90ba1d; background: linear-gradient(135deg, #90ba1d, #27BA1D);