#2dfcba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
45, 252, 186
HSL
161°, 97%, 58%
CMYK
82, 0, 26, 1
Luminance
0.7372
Every format
| HEX | #2dfcba |
| RGB | rgb(45, 252, 186) |
| HSL | hsl(161, 97%, 58%) |
| CMYK | cmyk(82%, 0%, 26%, 1%) |
| LAB | lab(88.8 -62.7 18.3) |
| LCH | lch(88.8 65.3 163.8) |
| OKLCH | oklch(0.881 0.178 164.9) |
Copy-ready code
/* CSS */
color: #2dfcba;
background-color: #2dfcba;
/* Tailwind (arbitrary) */
class="text-[#2dfcba] bg-[#2dfcba]"
/* SCSS */
$brand: #2dfcba;
/* SwiftUI */
Color(red: 0.176, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#2dfcba")Accessibility — WCAG contrast
Aa
#2dfcba on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfcba on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.8%
Blue72.9%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#2dfcba text on a black background
contrast 15.74:1
Card sample
#2dfcba text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfcba;
Background color
Panel with #2dfcba background
background-color: #2dfcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfcba; background: linear-gradient(135deg, #2dfcba, #2DB4FC);