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