#2df2ab
a balanced, electric green · cool · closest name: aquamarine
RGB
45, 242, 171
HSL
158°, 88%, 56%
CMYK
81, 0, 29, 5
Luminance
0.6700
Every format
| HEX | #2df2ab |
| RGB | rgb(45, 242, 171) |
| HSL | hsl(158, 88%, 56%) |
| CMYK | cmyk(81%, 0%, 29%, 5%) |
| LAB | lab(85.5 -62.3 21.4) |
| LCH | lch(85.5 65.8 161.0) |
| OKLCH | oklch(0.853 0.178 162.2) |
Copy-ready code
/* CSS */
color: #2df2ab;
background-color: #2df2ab;
/* Tailwind (arbitrary) */
class="text-[#2df2ab] bg-[#2df2ab]"
/* SCSS */
$brand: #2df2ab;
/* SwiftUI */
Color(red: 0.176, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#2df2ab")Accessibility — WCAG contrast
Aa
#2df2ab on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2df2ab on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green94.9%
Blue67.1%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow29.3%
Key (black)5.1%
Color previews
#2df2ab text on a black background
contrast 14.40:1
Card sample
#2df2ab text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2df2ab;
Background color
Panel with #2df2ab background
background-color: #2df2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2df2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2df2ab; background: linear-gradient(135deg, #2df2ab, #2DB6F2);