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