#2dfdda
a balanced, electric cyan · cool · closest name: aquamarine
RGB
45, 253, 218
HSL
170°, 98%, 58%
CMYK
82, 0, 14, 1
Luminance
0.7587
Every format
| HEX | #2dfdda |
| RGB | rgb(45, 253, 218) |
| HSL | hsl(170, 98%, 58%) |
| CMYK | cmyk(82%, 0%, 14%, 1%) |
| LAB | lab(89.8 -55.5 3.2) |
| LCH | lch(89.8 55.6 176.7) |
| OKLCH | oklch(0.892 0.159 177.3) |
Copy-ready code
/* CSS */
color: #2dfdda;
background-color: #2dfdda;
/* Tailwind (arbitrary) */
class="text-[#2dfdda] bg-[#2dfdda]"
/* SCSS */
$brand: #2dfdda;
/* SwiftUI */
Color(red: 0.176, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#2dfdda")Accessibility — WCAG contrast
Aa
#2dfdda on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfdda on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green99.2%
Blue85.5%
CMYK percentages
Cyan82.2%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#2dfdda text on a black background
contrast 16.17:1
Card sample
#2dfdda text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfdda;
Background color
Panel with #2dfdda background
background-color: #2dfdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfdda; background: linear-gradient(135deg, #2dfdda, #2D95FD);