#3effba
a balanced, electric green · cool · closest name: aquamarine
RGB
62, 255, 186
HSL
159°, 100%, 62%
CMYK
76, 0, 27, 0
Luminance
0.7609
Every format
| HEX | #3effba |
| RGB | rgb(62, 255, 186) |
| HSL | hsl(159, 100%, 62%) |
| CMYK | cmyk(76%, 0%, 27%, 0%) |
| LAB | lab(89.9 -62.2 19.8) |
| LCH | lch(89.9 65.3 162.3) |
| OKLCH | oklch(0.891 0.178 163.5) |
Copy-ready code
/* CSS */
color: #3effba;
background-color: #3effba;
/* Tailwind (arbitrary) */
class="text-[#3effba] bg-[#3effba]"
/* SCSS */
$brand: #3effba;
/* SwiftUI */
Color(red: 0.243, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#3effba")Accessibility — WCAG contrast
Aa
#3effba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3effba on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green100.0%
Blue72.9%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#3effba text on a black background
contrast 16.22:1
Card sample
#3effba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3effba;
Background color
Panel with #3effba background
background-color: #3effba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3effba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3effba; background: linear-gradient(135deg, #3effba, #3EC4FF);