#2effaf
a balanced, electric green · cool · closest name: aquamarine
RGB
46, 255, 175
HSL
157°, 100%, 59%
CMYK
82, 0, 31, 0
Luminance
0.7520
Every format
| HEX | #2effaf |
| RGB | rgb(46, 255, 175) |
| HSL | hsl(157, 100%, 59%) |
| CMYK | cmyk(82%, 0%, 31%, 0%) |
| LAB | lab(89.5 -66.1 24.8) |
| LCH | lch(89.5 70.6 159.4) |
| OKLCH | oklch(0.886 0.190 160.7) |
Copy-ready code
/* CSS */
color: #2effaf;
background-color: #2effaf;
/* Tailwind (arbitrary) */
class="text-[#2effaf] bg-[#2effaf]"
/* SCSS */
$brand: #2effaf;
/* SwiftUI */
Color(red: 0.180, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#2effaf")Accessibility — WCAG contrast
Aa
#2effaf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2effaf on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green100.0%
Blue68.6%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#2effaf text on a black background
contrast 16.04:1
Card sample
#2effaf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2effaf;
Background color
Panel with #2effaf background
background-color: #2effaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2effaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2effaf; background: linear-gradient(135deg, #2effaf, #2EC4FF);