#3ee6bc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
62, 230, 188
HSL
165°, 77%, 57%
CMYK
73, 0, 18, 10
Luminance
0.6125
Every format
| HEX | #3ee6bc |
| RGB | rgb(62, 230, 188) |
| HSL | hsl(165, 77%, 57%) |
| CMYK | cmyk(73%, 0%, 18%, 10%) |
| LAB | lab(82.5 -51.9 8.4) |
| LCH | lch(82.5 52.6 170.9) |
| OKLCH | oklch(0.831 0.147 171.7) |
Copy-ready code
/* CSS */
color: #3ee6bc;
background-color: #3ee6bc;
/* Tailwind (arbitrary) */
class="text-[#3ee6bc] bg-[#3ee6bc]"
/* SCSS */
$brand: #3ee6bc;
/* SwiftUI */
Color(red: 0.243, green: 0.902, blue: 0.737)
/* Android */
Color.parseColor("#3ee6bc")Accessibility — WCAG contrast
Aa
#3ee6bc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ee6bc on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green90.2%
Blue73.7%
CMYK percentages
Cyan73.0%
Magenta0.0%
Yellow18.3%
Key (black)9.8%
Color previews
#3ee6bc text on a black background
contrast 13.25:1
Card sample
#3ee6bc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ee6bc;
Background color
Panel with #3ee6bc background
background-color: #3ee6bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ee6bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 230, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 230, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ee6bc; background: linear-gradient(135deg, #3ee6bc, #3EA0E6);