#3effab
a balanced, electric green · cool · closest name: aquamarine
RGB
62, 255, 171
HSL
154°, 100%, 62%
CMYK
76, 0, 33, 0
Luminance
0.7548
Every format
| HEX | #3effab |
| RGB | rgb(62, 255, 171) |
| HSL | hsl(154, 100%, 62%) |
| CMYK | cmyk(76%, 0%, 33%, 0%) |
| LAB | lab(89.6 -65.3 27.1) |
| LCH | lch(89.6 70.7 157.5) |
| OKLCH | oklch(0.888 0.190 158.9) |
Copy-ready code
/* CSS */
color: #3effab;
background-color: #3effab;
/* Tailwind (arbitrary) */
class="text-[#3effab] bg-[#3effab]"
/* SCSS */
$brand: #3effab;
/* SwiftUI */
Color(red: 0.243, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#3effab")Accessibility — WCAG contrast
Aa
#3effab on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3effab on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green100.0%
Blue67.1%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#3effab text on a black background
contrast 16.10:1
Card sample
#3effab text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3effab;
Background color
Panel with #3effab background
background-color: #3effab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3effab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3effab; background: linear-gradient(135deg, #3effab, #3ED2FF);