#9ceb00
a balanced, electric green · cool · closest name: yellow
RGB
156, 235, 0
HSL
80°, 100%, 46%
CMYK
34, 0, 100, 8
Luminance
0.6648
Every format
| HEX | #9ceb00 |
| RGB | rgb(156, 235, 0) |
| HSL | hsl(80, 100%, 46%) |
| CMYK | cmyk(34%, 0%, 100%, 8%) |
| LAB | lab(85.2 -51.3 82.7) |
| LCH | lch(85.2 97.3 121.8) |
| OKLCH | oklch(0.856 0.230 129.9) |
Copy-ready code
/* CSS */
color: #9ceb00;
background-color: #9ceb00;
/* Tailwind (arbitrary) */
class="text-[#9ceb00] bg-[#9ceb00]"
/* SCSS */
$brand: #9ceb00;
/* SwiftUI */
Color(red: 0.612, green: 0.922, blue: 0.000)
/* Android */
Color.parseColor("#9ceb00")Accessibility — WCAG contrast
Aa
#9ceb00 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ceb00 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green92.2%
Blue0.0%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow100.0%
Key (black)7.8%
Color previews
#9ceb00 text on a black background
contrast 14.30:1
Card sample
#9ceb00 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ceb00;
Background color
Panel with #9ceb00 background
background-color: #9ceb00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ceb00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 235, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 235, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ceb00; background: linear-gradient(135deg, #9ceb00, #00EB01);