#4bf2ac
a balanced, electric green · cool · closest name: aquamarine
RGB
75, 242, 172
HSL
155°, 87%, 62%
CMYK
69, 0, 29, 5
Luminance
0.6798
Every format
| HEX | #4bf2ac |
| RGB | rgb(75, 242, 172) |
| HSL | hsl(155, 87%, 62%) |
| CMYK | cmyk(69%, 0%, 29%, 5%) |
| LAB | lab(86.0 -58.5 21.6) |
| LCH | lch(86.0 62.4 159.7) |
| OKLCH | oklch(0.859 0.169 161.0) |
Copy-ready code
/* CSS */
color: #4bf2ac;
background-color: #4bf2ac;
/* Tailwind (arbitrary) */
class="text-[#4bf2ac] bg-[#4bf2ac]"
/* SCSS */
$brand: #4bf2ac;
/* SwiftUI */
Color(red: 0.294, green: 0.949, blue: 0.675)
/* Android */
Color.parseColor("#4bf2ac")Accessibility — WCAG contrast
Aa
#4bf2ac on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bf2ac on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green94.9%
Blue67.5%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow28.9%
Key (black)5.1%
Color previews
#4bf2ac text on a black background
contrast 14.60:1
Card sample
#4bf2ac text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bf2ac;
Background color
Panel with #4bf2ac background
background-color: #4bf2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bf2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 242, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 242, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bf2ac; background: linear-gradient(135deg, #4bf2ac, #4BC9F2);