#4ffcba
a balanced, electric green · cool · closest name: aquamarine
RGB
79, 252, 186
HSL
157°, 97%, 65%
CMYK
69, 0, 26, 1
Luminance
0.7483
Every format
| HEX | #4ffcba |
| RGB | rgb(79, 252, 186) |
| HSL | hsl(157, 97%, 65%) |
| CMYK | cmyk(69%, 0%, 26%, 1%) |
| LAB | lab(89.3 -58.8 19.1) |
| LCH | lch(89.3 61.9 162.1) |
| OKLCH | oklch(0.887 0.169 163.2) |
Copy-ready code
/* CSS */
color: #4ffcba;
background-color: #4ffcba;
/* Tailwind (arbitrary) */
class="text-[#4ffcba] bg-[#4ffcba]"
/* SCSS */
$brand: #4ffcba;
/* SwiftUI */
Color(red: 0.310, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#4ffcba")Accessibility — WCAG contrast
Aa
#4ffcba on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffcba on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green98.8%
Blue72.9%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#4ffcba text on a black background
contrast 15.97:1
Card sample
#4ffcba text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffcba;
Background color
Panel with #4ffcba background
background-color: #4ffcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffcba; background: linear-gradient(135deg, #4ffcba, #4FCBFC);