#9eb263
a balanced, soft green · cool · closest name: olivedrab
RGB
158, 178, 99
HSL
75°, 34%, 54%
CMYK
11, 0, 44, 30
Luminance
0.4001
Every format
| HEX | #9eb263 |
| RGB | rgb(158, 178, 99) |
| HSL | hsl(75, 34%, 54%) |
| CMYK | cmyk(11%, 0%, 44%, 30%) |
| LAB | lab(69.5 -19.6 38.0) |
| LCH | lch(69.5 42.7 117.3) |
| OKLCH | oklch(0.730 0.107 120.7) |
Copy-ready code
/* CSS */
color: #9eb263;
background-color: #9eb263;
/* Tailwind (arbitrary) */
class="text-[#9eb263] bg-[#9eb263]"
/* SCSS */
$brand: #9eb263;
/* SwiftUI */
Color(red: 0.620, green: 0.698, blue: 0.388)
/* Android */
Color.parseColor("#9eb263")Accessibility — WCAG contrast
Aa
#9eb263 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb263 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green69.8%
Blue38.8%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow44.4%
Key (black)30.2%
Color previews
#9eb263 text on a black background
contrast 9.00:1
Card sample
#9eb263 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb263;
Background color
Panel with #9eb263 background
background-color: #9eb263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 178, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 178, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb263; background: linear-gradient(135deg, #9eb263, #69B263);