#2adeac
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
42, 222, 172
HSL
163°, 73%, 52%
CMYK
81, 0, 23, 13
Luminance
0.5571
Every format
| HEX | #2adeac |
| RGB | rgb(42, 222, 172) |
| HSL | hsl(163, 73%, 52%) |
| CMYK | cmyk(81%, 0%, 23%, 13%) |
| LAB | lab(79.5 -54.7 12.4) |
| LCH | lch(79.5 56.1 167.2) |
| OKLCH | oklch(0.804 0.155 168.2) |
Copy-ready code
/* CSS */
color: #2adeac;
background-color: #2adeac;
/* Tailwind (arbitrary) */
class="text-[#2adeac] bg-[#2adeac]"
/* SCSS */
$brand: #2adeac;
/* SwiftUI */
Color(red: 0.165, green: 0.871, blue: 0.675)
/* Android */
Color.parseColor("#2adeac")Accessibility — WCAG contrast
Aa
#2adeac on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2adeac on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green87.1%
Blue67.5%
CMYK percentages
Cyan81.1%
Magenta0.0%
Yellow22.5%
Key (black)12.9%
Color previews
#2adeac text on a black background
contrast 12.14:1
Card sample
#2adeac text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2adeac;
Background color
Panel with #2adeac background
background-color: #2adeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2adeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 222, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 222, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2adeac; background: linear-gradient(135deg, #2adeac, #2A98DE);