#2aeadf
a balanced, electric cyan · cool · closest name: turquoise
RGB
42, 234, 223
HSL
177°, 82%, 54%
CMYK
82, 0, 5, 8
Luminance
0.6467
Every format
| HEX | #2aeadf |
| RGB | rgb(42, 234, 223) |
| HSL | hsl(177, 82%, 54%) |
| CMYK | cmyk(82%, 0%, 5%, 8%) |
| LAB | lab(84.3 -46.5 -7.5) |
| LCH | lch(84.3 47.1 189.2) |
| OKLCH | oklch(0.848 0.141 188.6) |
Copy-ready code
/* CSS */
color: #2aeadf;
background-color: #2aeadf;
/* Tailwind (arbitrary) */
class="text-[#2aeadf] bg-[#2aeadf]"
/* SCSS */
$brand: #2aeadf;
/* SwiftUI */
Color(red: 0.165, green: 0.918, blue: 0.875)
/* Android */
Color.parseColor("#2aeadf")Accessibility — WCAG contrast
Aa
#2aeadf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aeadf on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green91.8%
Blue87.5%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow4.7%
Key (black)8.2%
Color previews
#2aeadf text on a black background
contrast 13.93:1
Card sample
#2aeadf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aeadf;
Background color
Panel with #2aeadf background
background-color: #2aeadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aeadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 234, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 234, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aeadf; background: linear-gradient(135deg, #2aeadf, #2A75EA);