#9be675
a light, vivid green · cool · closest name: olivedrab
RGB
155, 230, 117
HSL
100°, 69%, 68%
CMYK
33, 0, 49, 10
Luminance
0.6485
Every format
| HEX | #9be675 |
| RGB | rgb(155, 230, 117) |
| HSL | hsl(100, 69%, 68%) |
| CMYK | cmyk(33%, 0%, 49%, 10%) |
| LAB | lab(84.4 -43.0 47.5) |
| LCH | lch(84.4 64.1 132.2) |
| OKLCH | oklch(0.851 0.165 136.0) |
Copy-ready code
/* CSS */
color: #9be675;
background-color: #9be675;
/* Tailwind (arbitrary) */
class="text-[#9be675] bg-[#9be675]"
/* SCSS */
$brand: #9be675;
/* SwiftUI */
Color(red: 0.608, green: 0.902, blue: 0.459)
/* Android */
Color.parseColor("#9be675")Accessibility — WCAG contrast
Aa
#9be675 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9be675 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green90.2%
Blue45.9%
CMYK percentages
Cyan32.6%
Magenta0.0%
Yellow49.1%
Key (black)9.8%
Color previews
#9be675 text on a black background
contrast 13.97:1
Card sample
#9be675 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9be675;
Background color
Panel with #9be675 background
background-color: #9be675;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9be675;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 230, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 230, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9be675; background: linear-gradient(135deg, #9be675, #75E69A);