#2adeb1
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
42, 222, 177
HSL
165°, 73%, 52%
CMYK
81, 0, 20, 13
Luminance
0.5591
Every format
| HEX | #2adeb1 |
| RGB | rgb(42, 222, 177) |
| HSL | hsl(165, 73%, 52%) |
| CMYK | cmyk(81%, 0%, 20%, 13%) |
| LAB | lab(79.6 -53.5 9.9) |
| LCH | lch(79.6 54.4 169.5) |
| OKLCH | oklch(0.805 0.151 170.4) |
Copy-ready code
/* CSS */
color: #2adeb1;
background-color: #2adeb1;
/* Tailwind (arbitrary) */
class="text-[#2adeb1] bg-[#2adeb1]"
/* SCSS */
$brand: #2adeb1;
/* SwiftUI */
Color(red: 0.165, green: 0.871, blue: 0.694)
/* Android */
Color.parseColor("#2adeb1")Accessibility — WCAG contrast
Aa
#2adeb1 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2adeb1 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green87.1%
Blue69.4%
CMYK percentages
Cyan81.1%
Magenta0.0%
Yellow20.3%
Key (black)12.9%
Color previews
#2adeb1 text on a black background
contrast 12.18:1
Card sample
#2adeb1 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2adeb1;
Background color
Panel with #2adeb1 background
background-color: #2adeb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2adeb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 222, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 222, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2adeb1; background: linear-gradient(135deg, #2adeb1, #2A93DE);