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