#4bdfac
a balanced, vivid green · cool · closest name: aquamarine
RGB
75, 223, 172
HSL
159°, 70%, 58%
CMYK
66, 0, 23, 13
Luminance
0.5725
Every format
| HEX | #4bdfac |
| RGB | rgb(75, 223, 172) |
| HSL | hsl(159, 70%, 58%) |
| CMYK | cmyk(66%, 0%, 23%, 13%) |
| LAB | lab(80.3 -51.0 13.7) |
| LCH | lch(80.3 52.8 164.9) |
| OKLCH | oklch(0.812 0.145 166.0) |
Copy-ready code
/* CSS */
color: #4bdfac;
background-color: #4bdfac;
/* Tailwind (arbitrary) */
class="text-[#4bdfac] bg-[#4bdfac]"
/* SCSS */
$brand: #4bdfac;
/* SwiftUI */
Color(red: 0.294, green: 0.875, blue: 0.675)
/* Android */
Color.parseColor("#4bdfac")Accessibility — WCAG contrast
Aa
#4bdfac on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bdfac on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green87.5%
Blue67.5%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow22.9%
Key (black)12.5%
Color previews
#4bdfac text on a black background
contrast 12.45:1
Card sample
#4bdfac text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bdfac;
Background color
Panel with #4bdfac background
background-color: #4bdfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bdfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 223, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 223, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bdfac; background: linear-gradient(135deg, #4bdfac, #4BAFDF);