#4fffc1
a light, electric green · cool · closest name: aquamarine
RGB
79, 255, 193
HSL
159°, 100%, 66%
CMYK
69, 0, 24, 0
Luminance
0.7703
Every format
| HEX | #4fffc1 |
| RGB | rgb(79, 255, 193) |
| HSL | hsl(159, 100%, 66%) |
| CMYK | cmyk(69%, 0%, 24%, 0%) |
| LAB | lab(90.3 -58.5 16.9) |
| LCH | lch(90.3 60.9 163.9) |
| OKLCH | oklch(0.896 0.167 165.0) |
Copy-ready code
/* CSS */
color: #4fffc1;
background-color: #4fffc1;
/* Tailwind (arbitrary) */
class="text-[#4fffc1] bg-[#4fffc1]"
/* SCSS */
$brand: #4fffc1;
/* SwiftUI */
Color(red: 0.310, green: 1.000, blue: 0.757)
/* Android */
Color.parseColor("#4fffc1")Accessibility — WCAG contrast
Aa
#4fffc1 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fffc1 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green100.0%
Blue75.7%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow24.3%
Key (black)0.0%
Color previews
#4fffc1 text on a black background
contrast 16.41:1
Card sample
#4fffc1 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fffc1;
Background color
Panel with #4fffc1 background
background-color: #4fffc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fffc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 255, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 255, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fffc1; background: linear-gradient(135deg, #4fffc1, #4FC8FF);