#4cfbbc
a balanced, electric green · cool · closest name: aquamarine
RGB
76, 251, 188
HSL
158°, 96%, 64%
CMYK
70, 0, 25, 2
Luminance
0.7416
Every format
| HEX | #4cfbbc |
| RGB | rgb(76, 251, 188) |
| HSL | hsl(158, 96%, 64%) |
| CMYK | cmyk(70%, 0%, 25%, 2%) |
| LAB | lab(89.0 -58.5 17.6) |
| LCH | lch(89.0 61.0 163.3) |
| OKLCH | oklch(0.885 0.167 164.4) |
Copy-ready code
/* CSS */
color: #4cfbbc;
background-color: #4cfbbc;
/* Tailwind (arbitrary) */
class="text-[#4cfbbc] bg-[#4cfbbc]"
/* SCSS */
$brand: #4cfbbc;
/* SwiftUI */
Color(red: 0.298, green: 0.984, blue: 0.737)
/* Android */
Color.parseColor("#4cfbbc")Accessibility — WCAG contrast
Aa
#4cfbbc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cfbbc on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green98.4%
Blue73.7%
CMYK percentages
Cyan69.7%
Magenta0.0%
Yellow25.1%
Key (black)1.6%
Color previews
#4cfbbc text on a black background
contrast 15.83:1
Card sample
#4cfbbc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cfbbc;
Background color
Panel with #4cfbbc background
background-color: #4cfbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cfbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 251, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 251, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cfbbc; background: linear-gradient(135deg, #4cfbbc, #4CC5FB);