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