#2aefdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
42, 239, 223
HSL
175°, 86%, 55%
CMYK
82, 0, 7, 6
Luminance
0.6755
Every format
| HEX | #2aefdf |
| RGB | rgb(42, 239, 223) |
| HSL | hsl(175, 86%, 55%) |
| CMYK | cmyk(82%, 0%, 7%, 6%) |
| LAB | lab(85.8 -48.6 -5.3) |
| LCH | lch(85.8 48.9 186.3) |
| OKLCH | oklch(0.860 0.145 186.0) |
Copy-ready code
/* CSS */
color: #2aefdf;
background-color: #2aefdf;
/* Tailwind (arbitrary) */
class="text-[#2aefdf] bg-[#2aefdf]"
/* SCSS */
$brand: #2aefdf;
/* SwiftUI */
Color(red: 0.165, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#2aefdf")Accessibility — WCAG contrast
Aa
#2aefdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aefdf on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green93.7%
Blue87.5%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#2aefdf text on a black background
contrast 14.51:1
Card sample
#2aefdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aefdf;
Background color
Panel with #2aefdf background
background-color: #2aefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aefdf; background: linear-gradient(135deg, #2aefdf, #2A7CEF);