#2ae6dc
a balanced, electric cyan · cool · closest name: turquoise
RGB
42, 230, 220
HSL
177°, 79%, 53%
CMYK
82, 0, 4, 10
Luminance
0.6225
Every format
| HEX | #2ae6dc |
| RGB | rgb(42, 230, 220) |
| HSL | hsl(177, 79%, 53%) |
| CMYK | cmyk(82%, 0%, 4%, 10%) |
| LAB | lab(83.0 -45.6 -7.8) |
| LCH | lch(83.0 46.3 189.7) |
| OKLCH | oklch(0.837 0.139 189.1) |
Copy-ready code
/* CSS */
color: #2ae6dc;
background-color: #2ae6dc;
/* Tailwind (arbitrary) */
class="text-[#2ae6dc] bg-[#2ae6dc]"
/* SCSS */
$brand: #2ae6dc;
/* SwiftUI */
Color(red: 0.165, green: 0.902, blue: 0.863)
/* Android */
Color.parseColor("#2ae6dc")Accessibility — WCAG contrast
Aa
#2ae6dc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ae6dc on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green90.2%
Blue86.3%
CMYK percentages
Cyan81.7%
Magenta0.0%
Yellow4.3%
Key (black)9.8%
Color previews
#2ae6dc text on a black background
contrast 13.45:1
Card sample
#2ae6dc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ae6dc;
Background color
Panel with #2ae6dc background
background-color: #2ae6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ae6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 230, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 230, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ae6dc; background: linear-gradient(135deg, #2ae6dc, #2A73E6);