#3eedb3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
62, 237, 179
HSL
160°, 83%, 59%
CMYK
74, 0, 25, 7
Luminance
0.6485
Every format
| HEX | #3eedb3 |
| RGB | rgb(62, 237, 179) |
| HSL | hsl(160, 83%, 59%) |
| CMYK | cmyk(74%, 0%, 25%, 7%) |
| LAB | lab(84.4 -56.8 15.8) |
| LCH | lch(84.4 59.0 164.5) |
| OKLCH | oklch(0.846 0.162 165.6) |
Copy-ready code
/* CSS */
color: #3eedb3;
background-color: #3eedb3;
/* Tailwind (arbitrary) */
class="text-[#3eedb3] bg-[#3eedb3]"
/* SCSS */
$brand: #3eedb3;
/* SwiftUI */
Color(red: 0.243, green: 0.929, blue: 0.702)
/* Android */
Color.parseColor("#3eedb3")Accessibility — WCAG contrast
Aa
#3eedb3 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eedb3 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green92.9%
Blue70.2%
CMYK percentages
Cyan73.8%
Magenta0.0%
Yellow24.5%
Key (black)7.1%
Color previews
#3eedb3 text on a black background
contrast 13.97:1
Card sample
#3eedb3 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eedb3;
Background color
Panel with #3eedb3 background
background-color: #3eedb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eedb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 237, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 237, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eedb3; background: linear-gradient(135deg, #3eedb3, #3EB2ED);