#94d607
a dark, electric green · cool · closest name: yellow
RGB
148, 214, 7
HSL
79°, 94%, 43%
CMYK
31, 0, 97, 16
Luminance
0.5440
Every format
| HEX | #94d607 |
| RGB | rgb(148, 214, 7) |
| HSL | hsl(79, 94%, 43%) |
| CMYK | cmyk(31%, 0%, 97%, 16%) |
| LAB | lab(78.7 -45.4 76.8) |
| LCH | lch(78.7 89.3 120.6) |
| OKLCH | oklch(0.801 0.210 128.7) |
Copy-ready code
/* CSS */
color: #94d607;
background-color: #94d607;
/* Tailwind (arbitrary) */
class="text-[#94d607] bg-[#94d607]"
/* SCSS */
$brand: #94d607;
/* SwiftUI */
Color(red: 0.580, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#94d607")Accessibility — WCAG contrast
Aa
#94d607 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94d607 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green83.9%
Blue2.7%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow96.7%
Key (black)16.1%
Color previews
#94d607 text on a black background
contrast 11.88:1
Card sample
#94d607 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94d607;
Background color
Panel with #94d607 background
background-color: #94d607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94d607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 214, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 214, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94d607; background: linear-gradient(135deg, #94d607, #0AD607);