#44ffdb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
68, 255, 219
HSL
168°, 100%, 63%
CMYK
73, 0, 14, 0
Luminance
0.7786
Every format
| HEX | #44ffdb |
| RGB | rgb(68, 255, 219) |
| HSL | hsl(168, 100%, 63%) |
| CMYK | cmyk(73%, 0%, 14%, 0%) |
| LAB | lab(90.7 -53.9 4.0) |
| LCH | lch(90.7 54.0 175.7) |
| OKLCH | oklch(0.901 0.154 176.3) |
Copy-ready code
/* CSS */
color: #44ffdb;
background-color: #44ffdb;
/* Tailwind (arbitrary) */
class="text-[#44ffdb] bg-[#44ffdb]"
/* SCSS */
$brand: #44ffdb;
/* SwiftUI */
Color(red: 0.267, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#44ffdb")Accessibility — WCAG contrast
Aa
#44ffdb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44ffdb on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green100.0%
Blue85.9%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#44ffdb text on a black background
contrast 16.57:1
Card sample
#44ffdb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44ffdb;
Background color
Panel with #44ffdb background
background-color: #44ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44ffdb; background: linear-gradient(135deg, #44ffdb, #44A6FF);