#07df97
a balanced, electric cyan · cool · closest name: aquamarine
RGB
7, 223, 151
HSL
160°, 94%, 45%
CMYK
97, 0, 32, 13
Luminance
0.5505
Every format
| HEX | #07df97 |
| RGB | rgb(7, 223, 151) |
| HSL | hsl(160, 94%, 45%) |
| CMYK | cmyk(97%, 0%, 32%, 13%) |
| LAB | lab(79.1 -61.7 22.9) |
| LCH | lch(79.1 65.8 159.7) |
| OKLCH | oklch(0.798 0.177 161.0) |
Copy-ready code
/* CSS */
color: #07df97;
background-color: #07df97;
/* Tailwind (arbitrary) */
class="text-[#07df97] bg-[#07df97]"
/* SCSS */
$brand: #07df97;
/* SwiftUI */
Color(red: 0.027, green: 0.875, blue: 0.592)
/* Android */
Color.parseColor("#07df97")Accessibility — WCAG contrast
Aa
#07df97 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07df97 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green87.5%
Blue59.2%
CMYK percentages
Cyan96.9%
Magenta0.0%
Yellow32.3%
Key (black)12.5%
Color previews
#07df97 text on a black background
contrast 12.01:1
Card sample
#07df97 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07df97;
Background color
Panel with #07df97 background
background-color: #07df97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07df97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 223, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 223, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07df97; background: linear-gradient(135deg, #07df97, #0797DF);