#2afbae
a balanced, electric green · cool · closest name: aquamarine
RGB
42, 251, 174
HSL
158°, 96%, 58%
CMYK
83, 0, 31, 2
Luminance
0.7254
Every format
| HEX | #2afbae |
| RGB | rgb(42, 251, 174) |
| HSL | hsl(158, 96%, 58%) |
| CMYK | cmyk(83%, 0%, 31%, 2%) |
| LAB | lab(88.2 -65.2 23.6) |
| LCH | lch(88.2 69.3 160.1) |
| OKLCH | oklch(0.876 0.187 161.3) |
Copy-ready code
/* CSS */
color: #2afbae;
background-color: #2afbae;
/* Tailwind (arbitrary) */
class="text-[#2afbae] bg-[#2afbae]"
/* SCSS */
$brand: #2afbae;
/* SwiftUI */
Color(red: 0.165, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#2afbae")Accessibility — WCAG contrast
Aa
#2afbae on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2afbae on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green98.4%
Blue68.2%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#2afbae text on a black background
contrast 15.51:1
Card sample
#2afbae text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2afbae;
Background color
Panel with #2afbae background
background-color: #2afbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2afbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2afbae; background: linear-gradient(135deg, #2afbae, #2ABDFB);