#2adeba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 222, 186
HSL
168°, 73%, 52%
CMYK
81, 0, 16, 13
Luminance
0.5628
Every format
| HEX | #2adeba |
| RGB | rgb(42, 222, 186) |
| HSL | hsl(168, 73%, 52%) |
| CMYK | cmyk(81%, 0%, 16%, 13%) |
| LAB | lab(79.8 -51.3 5.4) |
| LCH | lch(79.8 51.5 173.9) |
| OKLCH | oklch(0.807 0.146 174.6) |
Copy-ready code
/* CSS */
color: #2adeba;
background-color: #2adeba;
/* Tailwind (arbitrary) */
class="text-[#2adeba] bg-[#2adeba]"
/* SCSS */
$brand: #2adeba;
/* SwiftUI */
Color(red: 0.165, green: 0.871, blue: 0.729)
/* Android */
Color.parseColor("#2adeba")Accessibility — WCAG contrast
Aa
#2adeba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2adeba on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green87.1%
Blue72.9%
CMYK percentages
Cyan81.1%
Magenta0.0%
Yellow16.2%
Key (black)12.9%
Color previews
#2adeba text on a black background
contrast 12.26:1
Card sample
#2adeba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2adeba;
Background color
Panel with #2adeba background
background-color: #2adeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2adeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 222, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 222, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2adeba; background: linear-gradient(135deg, #2adeba, #2A8ADE);