#3edeb2
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
62, 222, 178
HSL
164°, 71%, 56%
CMYK
72, 0, 20, 13
Luminance
0.5648
Every format
| HEX | #3edeb2 |
| RGB | rgb(62, 222, 178) |
| HSL | hsl(164, 71%, 56%) |
| CMYK | cmyk(72%, 0%, 20%, 13%) |
| LAB | lab(79.9 -51.1 9.9) |
| LCH | lch(79.9 52.0 169.0) |
| OKLCH | oklch(0.808 0.145 170.0) |
Copy-ready code
/* CSS */
color: #3edeb2;
background-color: #3edeb2;
/* Tailwind (arbitrary) */
class="text-[#3edeb2] bg-[#3edeb2]"
/* SCSS */
$brand: #3edeb2;
/* SwiftUI */
Color(red: 0.243, green: 0.871, blue: 0.698)
/* Android */
Color.parseColor("#3edeb2")Accessibility — WCAG contrast
Aa
#3edeb2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3edeb2 on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green87.1%
Blue69.8%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow19.8%
Key (black)12.9%
Color previews
#3edeb2 text on a black background
contrast 12.30:1
Card sample
#3edeb2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3edeb2;
Background color
Panel with #3edeb2 background
background-color: #3edeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3edeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 222, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 222, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3edeb2; background: linear-gradient(135deg, #3edeb2, #3E9FDE);