#4effac
a light, electric green · cool · closest name: aquamarine
RGB
78, 255, 172
HSL
152°, 100%, 65%
CMYK
69, 0, 33, 0
Luminance
0.7612
Every format
| HEX | #4effac |
| RGB | rgb(78, 255, 172) |
| HSL | hsl(152, 100%, 65%) |
| CMYK | cmyk(69%, 0%, 33%, 0%) |
| LAB | lab(89.9 -63.0 27.0) |
| LCH | lch(89.9 68.5 156.8) |
| OKLCH | oklch(0.891 0.184 158.3) |
Copy-ready code
/* CSS */
color: #4effac;
background-color: #4effac;
/* Tailwind (arbitrary) */
class="text-[#4effac] bg-[#4effac]"
/* SCSS */
$brand: #4effac;
/* SwiftUI */
Color(red: 0.306, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#4effac")Accessibility — WCAG contrast
Aa
#4effac on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4effac on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green100.0%
Blue67.5%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#4effac text on a black background
contrast 16.22:1
Card sample
#4effac text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4effac;
Background color
Panel with #4effac background
background-color: #4effac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4effac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4effac; background: linear-gradient(135deg, #4effac, #4EDCFF);