#44fdbf
a balanced, electric green · cool · closest name: aquamarine
RGB
68, 253, 191
HSL
160°, 98%, 63%
CMYK
73, 0, 25, 1
Luminance
0.7524
Every format
| HEX | #44fdbf |
| RGB | rgb(68, 253, 191) |
| HSL | hsl(160, 98%, 63%) |
| CMYK | cmyk(73%, 0%, 25%, 1%) |
| LAB | lab(89.5 -59.6 16.7) |
| LCH | lch(89.5 61.9 164.3) |
| OKLCH | oklch(0.889 0.170 165.4) |
Copy-ready code
/* CSS */
color: #44fdbf;
background-color: #44fdbf;
/* Tailwind (arbitrary) */
class="text-[#44fdbf] bg-[#44fdbf]"
/* SCSS */
$brand: #44fdbf;
/* SwiftUI */
Color(red: 0.267, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#44fdbf")Accessibility — WCAG contrast
Aa
#44fdbf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44fdbf on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green99.2%
Blue74.9%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#44fdbf text on a black background
contrast 16.05:1
Card sample
#44fdbf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44fdbf;
Background color
Panel with #44fdbf background
background-color: #44fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44fdbf; background: linear-gradient(135deg, #44fdbf, #44C0FD);