#3aebab
a balanced, electric green · cool · closest name: aquamarine
RGB
58, 235, 171
HSL
158°, 82%, 58%
CMYK
75, 0, 27, 8
Luminance
0.6326
Every format
| HEX | #3aebab |
| RGB | rgb(58, 235, 171) |
| HSL | hsl(158, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 27%, 8%) |
| LAB | lab(83.6 -58.3 18.8) |
| LCH | lch(83.6 61.2 162.2) |
| OKLCH | oklch(0.838 0.167 163.3) |
Copy-ready code
/* CSS */
color: #3aebab;
background-color: #3aebab;
/* Tailwind (arbitrary) */
class="text-[#3aebab] bg-[#3aebab]"
/* SCSS */
$brand: #3aebab;
/* SwiftUI */
Color(red: 0.227, green: 0.922, blue: 0.671)
/* Android */
Color.parseColor("#3aebab")Accessibility — WCAG contrast
Aa
#3aebab on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aebab on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green92.2%
Blue67.1%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow27.2%
Key (black)7.8%
Color previews
#3aebab text on a black background
contrast 13.65:1
Card sample
#3aebab text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aebab;
Background color
Panel with #3aebab background
background-color: #3aebab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aebab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 235, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 235, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aebab; background: linear-gradient(135deg, #3aebab, #3AB5EB);