#44eeee
a balanced, electric cyan · cool · closest name: cyan
RGB
68, 238, 238
HSL
180°, 83%, 60%
CMYK
71, 0, 0, 7
Luminance
0.6855
Every format
| HEX | #44eeee |
| RGB | rgb(68, 238, 238) |
| HSL | hsl(180, 83%, 60%) |
| CMYK | cmyk(71%, 0%, 0%, 7%) |
| LAB | lab(86.3 -41.6 -12.4) |
| LCH | lch(86.3 43.4 196.6) |
| OKLCH | oklch(0.866 0.134 195.0) |
Copy-ready code
/* CSS */
color: #44eeee;
background-color: #44eeee;
/* Tailwind (arbitrary) */
class="text-[#44eeee] bg-[#44eeee]"
/* SCSS */
$brand: #44eeee;
/* SwiftUI */
Color(red: 0.267, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#44eeee")Accessibility — WCAG contrast
Aa
#44eeee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44eeee on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.3%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#44eeee text on a black background
contrast 14.71:1
Card sample
#44eeee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44eeee;
Background color
Panel with #44eeee background
background-color: #44eeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44eeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44eeee; background: linear-gradient(135deg, #44eeee, #447DEE);