#9ceb13
a balanced, electric green · cool · closest name: yellow
RGB
156, 235, 19
HSL
82°, 85%, 50%
CMYK
34, 0, 92, 8
Luminance
0.6653
Every format
| HEX | #9ceb13 |
| RGB | rgb(156, 235, 19) |
| HSL | hsl(82, 85%, 50%) |
| CMYK | cmyk(34%, 0%, 92%, 8%) |
| LAB | lab(85.3 -51.1 81.0) |
| LCH | lch(85.3 95.8 122.2) |
| OKLCH | oklch(0.856 0.228 130.1) |
Copy-ready code
/* CSS */
color: #9ceb13;
background-color: #9ceb13;
/* Tailwind (arbitrary) */
class="text-[#9ceb13] bg-[#9ceb13]"
/* SCSS */
$brand: #9ceb13;
/* SwiftUI */
Color(red: 0.612, green: 0.922, blue: 0.075)
/* Android */
Color.parseColor("#9ceb13")Accessibility — WCAG contrast
Aa
#9ceb13 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ceb13 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green92.2%
Blue7.5%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow91.9%
Key (black)7.8%
Color previews
#9ceb13 text on a black background
contrast 14.31:1
Card sample
#9ceb13 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ceb13;
Background color
Panel with #9ceb13 background
background-color: #9ceb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ceb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 235, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 235, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ceb13; background: linear-gradient(135deg, #9ceb13, #13EB1A);