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