#3eebc9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
62, 235, 201
HSL
168°, 81%, 58%
CMYK
74, 0, 15, 8
Luminance
0.6466
Every format
| HEX | #3eebc9 |
| RGB | rgb(62, 235, 201) |
| HSL | hsl(168, 81%, 58%) |
| CMYK | cmyk(74%, 0%, 15%, 8%) |
| LAB | lab(84.3 -50.8 4.1) |
| LCH | lch(84.3 51.0 175.4) |
| OKLCH | oklch(0.846 0.145 176.0) |
Copy-ready code
/* CSS */
color: #3eebc9;
background-color: #3eebc9;
/* Tailwind (arbitrary) */
class="text-[#3eebc9] bg-[#3eebc9]"
/* SCSS */
$brand: #3eebc9;
/* SwiftUI */
Color(red: 0.243, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#3eebc9")Accessibility — WCAG contrast
Aa
#3eebc9 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eebc9 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green92.2%
Blue78.8%
CMYK percentages
Cyan73.6%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#3eebc9 text on a black background
contrast 13.93:1
Card sample
#3eebc9 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eebc9;
Background color
Panel with #3eebc9 background
background-color: #3eebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eebc9; background: linear-gradient(135deg, #3eebc9, #3E9AEB);