#3aeba3
a balanced, electric green · cool · closest name: aquamarine
RGB
58, 235, 163
HSL
156°, 82%, 58%
CMYK
75, 0, 31, 8
Luminance
0.6296
Every format
| HEX | #3aeba3 |
| RGB | rgb(58, 235, 163) |
| HSL | hsl(156, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 31%, 8%) |
| LAB | lab(83.4 -60.0 22.7) |
| LCH | lch(83.4 64.1 159.3) |
| OKLCH | oklch(0.836 0.173 160.6) |
Copy-ready code
/* CSS */
color: #3aeba3;
background-color: #3aeba3;
/* Tailwind (arbitrary) */
class="text-[#3aeba3] bg-[#3aeba3]"
/* SCSS */
$brand: #3aeba3;
/* SwiftUI */
Color(red: 0.227, green: 0.922, blue: 0.639)
/* Android */
Color.parseColor("#3aeba3")Accessibility — WCAG contrast
Aa
#3aeba3 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aeba3 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green92.2%
Blue63.9%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow30.6%
Key (black)7.8%
Color previews
#3aeba3 text on a black background
contrast 13.59:1
Card sample
#3aeba3 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aeba3;
Background color
Panel with #3aeba3 background
background-color: #3aeba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aeba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 235, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 235, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aeba3; background: linear-gradient(135deg, #3aeba3, #3ABDEB);