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