#2ffcda
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 252, 218
HSL
170°, 97%, 59%
CMYK
81, 0, 14, 1
Luminance
0.7529
Every format
| HEX | #2ffcda |
| RGB | rgb(47, 252, 218) |
| HSL | hsl(170, 97%, 59%) |
| CMYK | cmyk(81%, 0%, 14%, 1%) |
| LAB | lab(89.5 -54.9 2.8) |
| LCH | lch(89.5 55.0 177.1) |
| OKLCH | oklch(0.890 0.157 177.6) |
Copy-ready code
/* CSS */
color: #2ffcda;
background-color: #2ffcda;
/* Tailwind (arbitrary) */
class="text-[#2ffcda] bg-[#2ffcda]"
/* SCSS */
$brand: #2ffcda;
/* SwiftUI */
Color(red: 0.184, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#2ffcda")Accessibility — WCAG contrast
Aa
#2ffcda on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffcda on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.8%
Blue85.5%
CMYK percentages
Cyan81.3%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#2ffcda text on a black background
contrast 16.06:1
Card sample
#2ffcda text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffcda;
Background color
Panel with #2ffcda background
background-color: #2ffcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffcda; background: linear-gradient(135deg, #2ffcda, #2F95FC);