#9af751
a balanced, electric green · cool · closest name: lime
RGB
154, 247, 81
HSL
94°, 91%, 64%
CMYK
38, 0, 67, 3
Luminance
0.7399
Every format
| HEX | #9af751 |
| RGB | rgb(154, 247, 81) |
| HSL | hsl(94, 91%, 64%) |
| CMYK | cmyk(38%, 0%, 67%, 3%) |
| LAB | lab(88.9 -53.9 68.1) |
| LCH | lch(88.9 86.8 128.3) |
| OKLCH | oklch(0.886 0.216 134.2) |
Copy-ready code
/* CSS */
color: #9af751;
background-color: #9af751;
/* Tailwind (arbitrary) */
class="text-[#9af751] bg-[#9af751]"
/* SCSS */
$brand: #9af751;
/* SwiftUI */
Color(red: 0.604, green: 0.969, blue: 0.318)
/* Android */
Color.parseColor("#9af751")Accessibility — WCAG contrast
Aa
#9af751 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af751 on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green96.9%
Blue31.8%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow67.2%
Key (black)3.1%
Color previews
#9af751 text on a black background
contrast 15.80:1
Card sample
#9af751 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af751;
Background color
Panel with #9af751 background
background-color: #9af751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 247, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 247, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af751; background: linear-gradient(135deg, #9af751, #51F777);