#2dfdbf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
45, 253, 191
HSL
162°, 98%, 58%
CMYK
82, 0, 25, 1
Luminance
0.7457
Every format
| HEX | #2dfdbf |
| RGB | rgb(45, 253, 191) |
| HSL | hsl(162, 98%, 58%) |
| CMYK | cmyk(82%, 0%, 25%, 1%) |
| LAB | lab(89.2 -62.0 16.2) |
| LCH | lch(89.2 64.0 165.3) |
| OKLCH | oklch(0.885 0.176 166.3) |
Copy-ready code
/* CSS */
color: #2dfdbf;
background-color: #2dfdbf;
/* Tailwind (arbitrary) */
class="text-[#2dfdbf] bg-[#2dfdbf]"
/* SCSS */
$brand: #2dfdbf;
/* SwiftUI */
Color(red: 0.176, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#2dfdbf")Accessibility — WCAG contrast
Aa
#2dfdbf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfdbf on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green99.2%
Blue74.9%
CMYK percentages
Cyan82.2%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#2dfdbf text on a black background
contrast 15.91:1
Card sample
#2dfdbf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfdbf;
Background color
Panel with #2dfdbf background
background-color: #2dfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfdbf; background: linear-gradient(135deg, #2dfdbf, #2DB0FD);