#44eed7
a balanced, electric cyan · cool · closest name: turquoise
RGB
68, 238, 215
HSL
172°, 83%, 60%
CMYK
71, 0, 10, 7
Luminance
0.6728
Every format
| HEX | #44eed7 |
| RGB | rgb(68, 238, 215) |
| HSL | hsl(172, 83%, 60%) |
| CMYK | cmyk(71%, 0%, 10%, 7%) |
| LAB | lab(85.6 -47.8 -1.3) |
| LCH | lch(85.6 47.8 181.5) |
| OKLCH | oklch(0.859 0.139 181.7) |
Copy-ready code
/* CSS */
color: #44eed7;
background-color: #44eed7;
/* Tailwind (arbitrary) */
class="text-[#44eed7] bg-[#44eed7]"
/* SCSS */
$brand: #44eed7;
/* SwiftUI */
Color(red: 0.267, green: 0.933, blue: 0.843)
/* Android */
Color.parseColor("#44eed7")Accessibility — WCAG contrast
Aa
#44eed7 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44eed7 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.3%
Blue84.3%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow9.7%
Key (black)6.7%
Color previews
#44eed7 text on a black background
contrast 14.46:1
Card sample
#44eed7 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44eed7;
Background color
Panel with #44eed7 background
background-color: #44eed7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44eed7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 238, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 238, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44eed7; background: linear-gradient(135deg, #44eed7, #4494EE);