#3eefba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
62, 239, 186
HSL
162°, 85%, 59%
CMYK
74, 0, 22, 6
Luminance
0.6630
Every format
| HEX | #3eefba |
| RGB | rgb(62, 239, 186) |
| HSL | hsl(162, 85%, 59%) |
| CMYK | cmyk(74%, 0%, 22%, 6%) |
| LAB | lab(85.2 -56.0 13.2) |
| LCH | lch(85.2 57.5 166.8) |
| OKLCH | oklch(0.852 0.159 167.8) |
Copy-ready code
/* CSS */
color: #3eefba;
background-color: #3eefba;
/* Tailwind (arbitrary) */
class="text-[#3eefba] bg-[#3eefba]"
/* SCSS */
$brand: #3eefba;
/* SwiftUI */
Color(red: 0.243, green: 0.937, blue: 0.729)
/* Android */
Color.parseColor("#3eefba")Accessibility — WCAG contrast
Aa
#3eefba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eefba on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.7%
Blue72.9%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow22.2%
Key (black)6.3%
Color previews
#3eefba text on a black background
contrast 14.26:1
Card sample
#3eefba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eefba;
Background color
Panel with #3eefba background
background-color: #3eefba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eefba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 239, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 239, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eefba; background: linear-gradient(135deg, #3eefba, #3EAEEF);