#3eeebf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
62, 238, 191
HSL
164°, 84%, 59%
CMYK
74, 0, 20, 7
Luminance
0.6593
Every format
| HEX | #3eeebf |
| RGB | rgb(62, 238, 191) |
| HSL | hsl(164, 84%, 59%) |
| CMYK | cmyk(74%, 0%, 20%, 7%) |
| LAB | lab(85.0 -54.5 10.3) |
| LCH | lch(85.0 55.4 169.3) |
| OKLCH | oklch(0.851 0.154 170.2) |
Copy-ready code
/* CSS */
color: #3eeebf;
background-color: #3eeebf;
/* Tailwind (arbitrary) */
class="text-[#3eeebf] bg-[#3eeebf]"
/* SCSS */
$brand: #3eeebf;
/* SwiftUI */
Color(red: 0.243, green: 0.933, blue: 0.749)
/* Android */
Color.parseColor("#3eeebf")Accessibility — WCAG contrast
Aa
#3eeebf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eeebf on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.3%
Blue74.9%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow19.7%
Key (black)6.7%
Color previews
#3eeebf text on a black background
contrast 14.19:1
Card sample
#3eeebf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eeebf;
Background color
Panel with #3eeebf background
background-color: #3eeebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eeebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 238, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 238, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eeebf; background: linear-gradient(135deg, #3eeebf, #3EA8EE);