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