#7cffb8
a light, electric green · cool · closest name: aquamarine
RGB
124, 255, 184
HSL
148°, 100%, 74%
CMYK
51, 0, 28, 0
Luminance
0.7927
Every format
| HEX | #7cffb8 |
| RGB | rgb(124, 255, 184) |
| HSL | hsl(148, 100%, 74%) |
| CMYK | cmyk(51%, 0%, 28%, 0%) |
| LAB | lab(91.3 -51.9 23.1) |
| LCH | lch(91.3 56.8 156.0) |
| OKLCH | oklch(0.907 0.154 157.5) |
Copy-ready code
/* CSS */
color: #7cffb8;
background-color: #7cffb8;
/* Tailwind (arbitrary) */
class="text-[#7cffb8] bg-[#7cffb8]"
/* SCSS */
$brand: #7cffb8;
/* SwiftUI */
Color(red: 0.486, green: 1.000, blue: 0.722)
/* Android */
Color.parseColor("#7cffb8")Accessibility — WCAG contrast
Aa
#7cffb8 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cffb8 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green100.0%
Blue72.2%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow27.8%
Key (black)0.0%
Color previews
#7cffb8 text on a black background
contrast 16.85:1
Card sample
#7cffb8 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cffb8;
Background color
Panel with #7cffb8 background
background-color: #7cffb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cffb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 255, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 255, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cffb8; background: linear-gradient(135deg, #7cffb8, #7CEFFF);