#07ff92
a balanced, electric green · cool · closest name: aquamarine
RGB
7, 255, 146
HSL
154°, 100%, 51%
CMYK
97, 0, 43, 0
Luminance
0.7364
Every format
| HEX | #07ff92 |
| RGB | rgb(7, 255, 146) |
| HSL | hsl(154, 100%, 51%) |
| CMYK | cmyk(97%, 0%, 43%, 0%) |
| LAB | lab(88.8 -73.6 38.3) |
| LCH | lch(88.8 83.0 152.5) |
| OKLCH | oklch(0.878 0.219 154.4) |
Copy-ready code
/* CSS */
color: #07ff92;
background-color: #07ff92;
/* Tailwind (arbitrary) */
class="text-[#07ff92] bg-[#07ff92]"
/* SCSS */
$brand: #07ff92;
/* SwiftUI */
Color(red: 0.027, green: 1.000, blue: 0.573)
/* Android */
Color.parseColor("#07ff92")Accessibility — WCAG contrast
Aa
#07ff92 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07ff92 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green100.0%
Blue57.3%
CMYK percentages
Cyan97.3%
Magenta0.0%
Yellow42.7%
Key (black)0.0%
Color previews
#07ff92 text on a black background
contrast 15.73:1
Card sample
#07ff92 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07ff92;
Background color
Panel with #07ff92 background
background-color: #07ff92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07ff92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 255, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 255, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07ff92; background: linear-gradient(135deg, #07ff92, #07C7FF);