#2aeddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
42, 237, 223
HSL
176°, 84%, 55%
CMYK
82, 0, 6, 7
Luminance
0.6639
Every format
| HEX | #2aeddf |
| RGB | rgb(42, 237, 223) |
| HSL | hsl(176, 84%, 55%) |
| CMYK | cmyk(82%, 0%, 6%, 7%) |
| LAB | lab(85.2 -47.8 -6.2) |
| LCH | lch(85.2 48.2 187.4) |
| OKLCH | oklch(0.855 0.143 187.0) |
Copy-ready code
/* CSS */
color: #2aeddf;
background-color: #2aeddf;
/* Tailwind (arbitrary) */
class="text-[#2aeddf] bg-[#2aeddf]"
/* SCSS */
$brand: #2aeddf;
/* SwiftUI */
Color(red: 0.165, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#2aeddf")Accessibility — WCAG contrast
Aa
#2aeddf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aeddf on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green92.9%
Blue87.5%
CMYK percentages
Cyan82.3%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#2aeddf text on a black background
contrast 14.28:1
Card sample
#2aeddf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aeddf;
Background color
Panel with #2aeddf background
background-color: #2aeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aeddf; background: linear-gradient(135deg, #2aeddf, #2A79ED);