#3aebaf
a balanced, electric green · cool · closest name: aquamarine
RGB
58, 235, 175
HSL
160°, 82%, 58%
CMYK
75, 0, 26, 8
Luminance
0.6341
Every format
| HEX | #3aebaf |
| RGB | rgb(58, 235, 175) |
| HSL | hsl(160, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 26%, 8%) |
| LAB | lab(83.7 -57.4 16.8) |
| LCH | lch(83.7 59.8 163.7) |
| OKLCH | oklch(0.839 0.164 164.8) |
Copy-ready code
/* CSS */
color: #3aebaf;
background-color: #3aebaf;
/* Tailwind (arbitrary) */
class="text-[#3aebaf] bg-[#3aebaf]"
/* SCSS */
$brand: #3aebaf;
/* SwiftUI */
Color(red: 0.227, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#3aebaf")Accessibility — WCAG contrast
Aa
#3aebaf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aebaf on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green92.2%
Blue68.6%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#3aebaf text on a black background
contrast 13.68:1
Card sample
#3aebaf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aebaf;
Background color
Panel with #3aebaf background
background-color: #3aebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aebaf; background: linear-gradient(135deg, #3aebaf, #3AB1EB);