#4ffcbc
a balanced, electric green · cool · closest name: aquamarine
RGB
79, 252, 188
HSL
158°, 97%, 65%
CMYK
69, 0, 25, 1
Luminance
0.7491
Every format
| HEX | #4ffcbc |
| RGB | rgb(79, 252, 188) |
| HSL | hsl(158, 97%, 65%) |
| CMYK | cmyk(69%, 0%, 25%, 1%) |
| LAB | lab(89.3 -58.4 18.1) |
| LCH | lch(89.3 61.1 162.8) |
| OKLCH | oklch(0.888 0.167 164.0) |
Copy-ready code
/* CSS */
color: #4ffcbc;
background-color: #4ffcbc;
/* Tailwind (arbitrary) */
class="text-[#4ffcbc] bg-[#4ffcbc]"
/* SCSS */
$brand: #4ffcbc;
/* SwiftUI */
Color(red: 0.310, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#4ffcbc")Accessibility — WCAG contrast
Aa
#4ffcbc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffcbc on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green98.8%
Blue73.7%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow25.4%
Key (black)1.2%
Color previews
#4ffcbc text on a black background
contrast 15.98:1
Card sample
#4ffcbc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffcbc;
Background color
Panel with #4ffcbc background
background-color: #4ffcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffcbc; background: linear-gradient(135deg, #4ffcbc, #4FC9FC);