#44eecc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
68, 238, 204
HSL
168°, 83%, 60%
CMYK
71, 0, 14, 7
Luminance
0.6674
Every format
| HEX | #44eecc |
| RGB | rgb(68, 238, 204) |
| HSL | hsl(168, 83%, 60%) |
| CMYK | cmyk(71%, 0%, 14%, 7%) |
| LAB | lab(85.4 -50.6 4.1) |
| LCH | lch(85.4 50.7 175.4) |
| OKLCH | oklch(0.856 0.144 176.0) |
Copy-ready code
/* CSS */
color: #44eecc;
background-color: #44eecc;
/* Tailwind (arbitrary) */
class="text-[#44eecc] bg-[#44eecc]"
/* SCSS */
$brand: #44eecc;
/* SwiftUI */
Color(red: 0.267, green: 0.933, blue: 0.800)
/* Android */
Color.parseColor("#44eecc")Accessibility — WCAG contrast
Aa
#44eecc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44eecc on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.3%
Blue80.0%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow14.3%
Key (black)6.7%
Color previews
#44eecc text on a black background
contrast 14.35:1
Card sample
#44eecc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44eecc;
Background color
Panel with #44eecc background
background-color: #44eecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44eecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 238, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 238, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44eecc; background: linear-gradient(135deg, #44eecc, #449FEE);