#3eeabc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
62, 234, 188
HSL
164°, 80%, 58%
CMYK
74, 0, 20, 8
Luminance
0.6350
Every format
| HEX | #3eeabc |
| RGB | rgb(62, 234, 188) |
| HSL | hsl(164, 80%, 58%) |
| CMYK | cmyk(74%, 0%, 20%, 8%) |
| LAB | lab(83.7 -53.6 10.1) |
| LCH | lch(83.7 54.5 169.4) |
| OKLCH | oklch(0.841 0.152 170.3) |
Copy-ready code
/* CSS */
color: #3eeabc;
background-color: #3eeabc;
/* Tailwind (arbitrary) */
class="text-[#3eeabc] bg-[#3eeabc]"
/* SCSS */
$brand: #3eeabc;
/* SwiftUI */
Color(red: 0.243, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#3eeabc")Accessibility — WCAG contrast
Aa
#3eeabc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eeabc on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green91.8%
Blue73.7%
CMYK percentages
Cyan73.5%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#3eeabc text on a black background
contrast 13.70:1
Card sample
#3eeabc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eeabc;
Background color
Panel with #3eeabc background
background-color: #3eeabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eeabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eeabc; background: linear-gradient(135deg, #3eeabc, #3EA5EA);