#3ace7f
a balanced, vivid green · cool · closest name: aquamarine
RGB
58, 206, 127
HSL
148°, 60%, 52%
CMYK
72, 0, 38, 19
Luminance
0.4657
Every format
| HEX | #3ace7f |
| RGB | rgb(58, 206, 127) |
| HSL | hsl(148, 60%, 52%) |
| CMYK | cmyk(72%, 0%, 38%, 19%) |
| LAB | lab(73.9 -56.3 28.4) |
| LCH | lch(73.9 63.1 153.2) |
| OKLCH | oklch(0.756 0.168 154.9) |
Copy-ready code
/* CSS */
color: #3ace7f;
background-color: #3ace7f;
/* Tailwind (arbitrary) */
class="text-[#3ace7f] bg-[#3ace7f]"
/* SCSS */
$brand: #3ace7f;
/* SwiftUI */
Color(red: 0.227, green: 0.808, blue: 0.498)
/* Android */
Color.parseColor("#3ace7f")Accessibility — WCAG contrast
Aa
#3ace7f on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ace7f on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green80.8%
Blue49.8%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow38.3%
Key (black)19.2%
Color previews
#3ace7f text on a black background
contrast 10.31:1
Card sample
#3ace7f text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ace7f;
Background color
Panel with #3ace7f background
background-color: #3ace7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ace7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 206, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 206, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ace7f; background: linear-gradient(135deg, #3ace7f, #3ABACE);